diff --git a/security/pam_worker/Makefile b/security/pam_worker/Makefile index d3fbc0d5e109..88763519b8ca 100644 --- a/security/pam_worker/Makefile +++ b/security/pam_worker/Makefile @@ -1,20 +1,20 @@ PORTNAME= pam_worker DISTVERSION= 0.1 -CATEGORIES= mail www +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} \ 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