Adam Weinberger 037a3b5bf9 Remove the final usages of USE_XZ from the tree, and replace them with
USES=tar:xz.

Approved by:	portmgr (most of them)
2014-07-29 21:25:30 +00:00

32 lines
927 B
Makefile

# Created by: Jason Bacon <jwbacon@tds.net>
# $FreeBSD$
PORTNAME= auto-admin
PORTVERSION= 0.3.3
CATEGORIES= sysutils
MASTER_SITES= http://acadix.biz/Ports/distfiles/ \
http://personalpages.tds.net/~jwbacon/Ports/distfiles/
MAINTAINER= jwbacon@tds.net
COMMENT= Tools for automating system management
LICENSE= BSD
USES= tar:xz
NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/Common/* ${STAGEDIR}${PREFIX}/sbin
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/FreeBSD/* ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR}
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
${STAGEDIR}${MANPREFIX}/man/man1/auto-admin.1
for name in ${WRKSRC}/Scripts/Common/* ${WRKSRC}/Scripts/FreeBSD/*; do \
${INSTALL_MAN} ${WRKSRC}/Doc/auto-admin.man \
${STAGEDIR}${MANPREFIX}/man/man1/`basename $${name}`.1; \
done
.include <bsd.port.mk>