diff --git a/security/super/Makefile b/security/super/Makefile index 9e528396040d..ba8349685a82 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -1,40 +1,41 @@ PORTNAME= super PORTVERSION= 3.30.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security sysutils MASTER_SITES= ftp://ftp.ucolick.org/pub/users/will/ \ http://www.ucolick.org/~will/RUE/super/ EXTRACT_SUFX= -tar.gz MAINTAINER= egypcio@FreeBSD.org COMMENT= Allow others to run commands as root WWW= http://www.ucolick.org/~will/ #super LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE_ART10= ${WRKSRC}/Artistic LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --localstatedir="${PREFIX}/var" OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|\.\/mkdir_p -p755|mkdir -p -m 755|g' \ -e '/sysconfdir/ s|super\.tab|&.sample|' \ ${WRKSRC}/Makefile.in post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/super ${STAGEDIR}${PREFIX}/bin/setuid post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/sample.tab ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/sample.cdmount ${STAGEDIR}${EXAMPLESDIR} .include diff --git a/security/super/pkg-plist b/security/super/pkg-plist index 383e959bad91..cf0b33559ad0 100644 --- a/security/super/pkg-plist +++ b/security/super/pkg-plist @@ -1,10 +1,10 @@ bin/setuid bin/super @sample etc/super.tab.sample -man/man1/setuid.1.gz -man/man1/super.1.gz -man/man5/super.5.gz %%PORTDOCS%%%%DOCSDIR%%/README %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.cdmount %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.tab +share/man/man1/setuid.1.gz +share/man/man1/super.1.gz +share/man/man5/super.5.gz @dir var