diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 23:23:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 23:23:50 +0800 |
commit | c8346977326d3080f4163ebb5b9c5aa95faf1e88 (patch) | |
tree | 7f8187973810e13a732f10f3c138e54e27726d51 /security/checkpassword-pam | |
parent | 8abf0db43c37546c322cc66ce93bddcc7d2e7a20 (diff) | |
download | freebsd-ports-gnome-c8346977326d3080f4163ebb5b9c5aa95faf1e88.tar.gz freebsd-ports-gnome-c8346977326d3080f4163ebb5b9c5aa95faf1e88.tar.zst freebsd-ports-gnome-c8346977326d3080f4163ebb5b9c5aa95faf1e88.zip |
Stage support
Diffstat (limited to 'security/checkpassword-pam')
-rw-r--r-- | security/checkpassword-pam/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/checkpassword-pam/Makefile b/security/checkpassword-pam/Makefile index 927f82ad364f..8d86ee55e66f 100644 --- a/security/checkpassword-pam/Makefile +++ b/security/checkpassword-pam/Makefile @@ -11,8 +11,7 @@ COMMENT= Implementation of checkpassword authentication program GNU_CONFIGURE= yes -MAN8= checkpassword-pam.8 -PLIST_FILES= bin/checkpassword-pam +PLIST_FILES= bin/checkpassword-pam \ + man/man8/checkpassword-pam.8.gz -NO_STAGE= yes .include <bsd.port.mk> |