diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:49:13 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 16:49:13 +0000 |
commit | 2570f5b39f4cfb50553ba57f0eeea791f4729d83 (patch) | |
tree | e9b184632b3ccd8e2fa67bac069bacffcee6f76a /security/sshpass | |
parent | e80fc793497fb5492f6f39a6af917007062d10d0 (diff) |
Notes
Diffstat (limited to 'security/sshpass')
-rw-r--r-- | security/sshpass/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/sshpass/Makefile b/security/sshpass/Makefile index af9c2fcd397c..d5b535eb4e66 100644 --- a/security/sshpass/Makefile +++ b/security/sshpass/Makefile @@ -13,8 +13,7 @@ LICENSE= GPLv2 GNU_CONFIGURE= yes -PLIST_FILES= bin/sshpass -MAN1= sshpass.1 +PLIST_FILES= bin/sshpass \ + man/man1/sshpass.1.gz -NO_STAGE= yes .include <bsd.port.mk> |