diff options
author | Don Lewis <truckman@FreeBSD.org> | 2002-06-23 22:48:37 +0000 |
---|---|---|
committer | Don Lewis <truckman@FreeBSD.org> | 2002-06-23 22:48:37 +0000 |
commit | 1479907f684a6573aee7178ac1e2bec8367e866f (patch) | |
tree | 35ee153da92316f31af0bb4a14e177727251439b /security/chrootuid/Makefile | |
parent | 4c26a07a1518eeb1958187fd34cbd1a3c04f43f3 (diff) |
Notes
Diffstat (limited to 'security/chrootuid/Makefile')
-rw-r--r-- | security/chrootuid/Makefile | 11 |
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 |