Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2013 20:47:43 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334521 - head/misc/help2man
Message-ID:  <201311212047.rALKlh5Q051694@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311212047.rALKlh5Q051694>