diff --git a/security/unix-selfauth-helper/Makefile b/security/unix-selfauth-helper/Makefile index 7ca163de3985..0e66db4e827f 100644 --- a/security/unix-selfauth-helper/Makefile +++ b/security/unix-selfauth-helper/Makefile @@ -1,24 +1,21 @@ PORTNAME= unix-selfauth-helper DISTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${WWW}/releases/download/v${DISTVERSION}/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@FreeBSD.org COMMENT= Local self-authentication for pam_exec WWW= https://github.com/Zirias/${PORTNAME} LICENSE= BSD2CLAUSE -DEPRECATED= Unmaintained port -EXPIRATION_DATE=2025-12-31 - USES= tar:xz MAKE_ARGS+= MANDIR=${PREFIX}/share/man/man PLIST_FILES= etc/pam.d/unix-selfauth \ libexec/unix-selfauth-helper \ share/man/man8/unix-selfauth-helper.8.gz .include