Add auto-mount-noautos: Cronable script for mounting noauto NFS mounts auto-check-ports-branch: Don't try to move $PORTSDIR in case it's a separate FS auto-adduser: Fix umask issue auto-update-system: Allow auto-admin update itself from source A few other minor enhancements Reported by: Tony Albers (auto-check-ports-branch bug)
29 lines
627 B
Makefile
29 lines
627 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= auto-admin
|
|
DISTVERSION= 0.7.0-9
|
|
DISTVERSIONSUFFIX= -g6dd7a6a
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= jwb@FreeBSD.org
|
|
COMMENT= Portable tools for automating systems management
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= outpaddling
|
|
|
|
NO_BUILD= yes
|
|
NO_ARCH= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${DATADIR}
|
|
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${STAGEDIR}${PREFIX}/sbin
|
|
${INSTALL_DATA} ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR}
|
|
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
|
|
${STAGEDIR}${MANPREFIX}/man/man1/auto-admin.1
|
|
|
|
.include <bsd.port.mk>
|