svn commit: r334521 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Nov 21 20:47:44 UTC 2013


Author: sunpoet
Date: Thu Nov 21 20:47:43 2013
New Revision: 334521
URL: http://svnweb.freebsd.org/changeset/ports/334521

Log:
  - Support STAGEDIR

Modified:
  head/misc/help2man/Makefile

Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile	Thu Nov 21 20:37:23 2013	(r334520)
+++ head/misc/help2man/Makefile	Thu Nov 21 20:47:43 2013	(r334521)
@@ -19,9 +19,9 @@ USES=		gmake perl5
 
 INFO=		${PORTNAME}
 MAN1=		${PORTNAME}.1
-PLIST_FILES=	bin/${PORTNAME}
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man1/help2man.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MNLS}


More information about the svn-ports-all mailing list