svn commit: r339223 - head/converters/base64

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 13:13:02 UTC 2014


Author: bapt
Date: Thu Jan  9 13:13:01 2014
New Revision: 339223
URL: http://svnweb.freebsd.org/changeset/ports/339223

Log:
  Support stage

Modified:
  head/converters/base64/Makefile

Modified: head/converters/base64/Makefile
==============================================================================
--- head/converters/base64/Makefile	Thu Jan  9 13:11:30 2014	(r339222)
+++ head/converters/base64/Makefile	Thu Jan  9 13:13:01 2014	(r339223)
@@ -13,8 +13,7 @@ COMMENT=	Utility to encode and decode ba
 
 GNU_CONFIGURE=	yes
 ALL_TARGET=	prog
-MAN1=		base64.1
-PLIST_FILES=	bin/base64
+PLIST_FILES=	bin/base64 \
+		man/man1/base64.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list