aboutsummaryrefslogtreecommitdiff
path: root/security/chrootuid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/chrootuid/Makefile')
-rw-r--r--security/chrootuid/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/security/chrootuid/Makefile b/security/chrootuid/Makefile
index b849d2384cfd..22074809b1d3 100644
--- a/security/chrootuid/Makefile
+++ b/security/chrootuid/Makefile
@@ -6,28 +6,21 @@
#
PORTNAME= chrootuid
-PORTVERSION= 1.2
+PORTVERSION= 1.3
CATEGORIES= security
MASTER_SITES= ftp://ftp.porcupine.org/pub/security/ \
ftp://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/chrootuid/
DISTNAME= ${PORTNAME}${PORTVERSION}
-EXTRACT_SUFX= .shar.Z
MAINTAINER= truckman@FreeBSD.org
-BUILD_DEPENDS= gunshar:${PORTSDIR}/archivers/gshar+gunshar
-
-EXTRACT_CMD= uncompress
-EXTRACT_BEFORE_ARGS= -c
-EXTRACT_AFTER_ARGS= | gunshar -d ${WRKDIR}
-NO_WRKSUBDIR= yes
-
MAN8= chrootuid.8
do-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/chrootuid
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/chrootuid
+ ${INSTALL_MAN} ${WRKSRC}/chrootuid_license ${PREFIX}/share/doc/chrootuid
.endif
${INSTALL_PROGRAM} ${WRKSRC}/chrootuid ${PREFIX}/sbin/chrootuid
${CP} ${WRKSRC}/chrootuid.1 ${WRKSRC}/chrootuid.8