svn commit: r342029 - head/security/authforce

Martin Wilke miwi at FreeBSD.org
Fri Jan 31 16:50:10 UTC 2014


Author: miwi
Date: Fri Jan 31 16:50:10 2014
New Revision: 342029
URL: http://svnweb.freebsd.org/changeset/ports/342029
QAT: https://qat.redports.org/buildarchive/r342029/

Log:
  - Stage support

Modified:
  head/security/authforce/Makefile

Modified: head/security/authforce/Makefile
==============================================================================
--- head/security/authforce/Makefile	Fri Jan 31 16:49:58 2014	(r342028)
+++ head/security/authforce/Makefile	Fri Jan 31 16:50:10 2014	(r342029)
@@ -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}


More information about the svn-ports-all mailing list