aboutsummaryrefslogtreecommitdiff
path: root/security/authforce
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 16:50:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 16:50:10 +0000
commit88e40d742132eb13d22a765cd0c2bfa861a8f556 (patch)
tree1f9d033359a1f9c64554eda2f715f79ab01e6f57 /security/authforce
parent2968308253d1da407836ed41569b34bc6c536f7c (diff)
downloadports-88e40d742132eb13d22a765cd0c2bfa861a8f556.tar.gz
ports-88e40d742132eb13d22a765cd0c2bfa861a8f556.zip
Notes
Diffstat (limited to 'security/authforce')
-rw-r--r--security/authforce/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/security/authforce/Makefile b/security/authforce/Makefile
index 42fbe862b4d0..e463c5169b9c 100644
--- a/security/authforce/Makefile
+++ b/security/authforce/Makefile
@@ -15,13 +15,10 @@ LICENSE= GPLv2
OPTIONS_DEFINE= CURL NLS
USES= ncurses
-#USE_READLINE= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
NO_CCACHE= yes
-MANCOMPRESSED= yes
-MAN1= authforce.1
INFO= authforce
PLIST_FILES= bin/authforce \
@@ -29,11 +26,11 @@ PLIST_FILES= bin/authforce \
%%DATADIR%%/dummy.lst \
%%DATADIR%%/password.lst \
%%DATADIR%%/username.lst \
- %%DATADIR%%/userpass.lst
+ %%DATADIR%%/userpass.lst \
+ man/man1/authforce.1.gz
PLIST_DIRS= %%DATADIR%%
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCURL}