diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-09-01 11:46:22 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2021-09-01 11:46:24 +0000 |
commit | e9148ce0453ccc8db5af73084b56eaaa914f07e3 (patch) | |
tree | db82b0ac60499732bb740a65055eaf9bfa970259 /security/pam_script | |
parent | sysutils/pwsafe: the port had been improved (+) (diff) |
Cleanup: for ports under s* categories, drop redundant GH_* knobs.
Diffstat (limited to 'security/pam_script')
-rw-r--r-- | security/pam_script/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/security/pam_script/Makefile b/security/pam_script/Makefile index af693265ec7d..8f13569b83f3 100644 --- a/security/pam_script/Makefile +++ b/security/pam_script/Makefile @@ -9,16 +9,13 @@ COMMENT= PAM script module allows to hook user space scripts on PAM events LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf libtool shebangfix +USES= autoreconf libtool shebangfix +GNU_CONFIGURE= yes USE_GITHUB= yes - -SHEBANG_FILES= etc/tally - GH_ACCOUNT= jeroennijhof -GH_PROJECT= pam_script GH_TAGNAME= 1.1.9 +SHEBANG_FILES= etc/tally -GNU_CONFIGURE= yes PATCHDIR= ${.CURDIR}/files do-install: |