diff --git a/security/pam_worker/Makefile b/security/pam_worker/Makefile index 88763519b8ca..a8dd5cc9a28c 100644 --- a/security/pam_worker/Makefile +++ b/security/pam_worker/Makefile @@ -1,20 +1,21 @@ PORTNAME= pam_worker DISTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://fossil.nours.eu/${PORTNAME}/tarball/?r=${DISTVERSION}&name=./ MAINTAINER= bapt@FreeBSD.org COMMENT= PAM authentication helper for use with WWW= https://fossil.nours.eu/pam_worker LICENSE= BSD2CLAUSE -PLIST_FILES= bin/${PORTNAME} \ +PLIST_FILES= "@(root,wheel,2755) bin/${PORTNAME}" \ share/man/man8/${PORTNAME}.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.8.gz ${STAGEDIR}${PREFIX}/share/man/man8 .include