svn commit: r347029 - head/textproc/makepatch

Martin Wilke miwi at FreeBSD.org
Tue Mar 4 15:40:43 UTC 2014


Author: miwi
Date: Tue Mar  4 15:40:42 2014
New Revision: 347029
URL: http://svnweb.freebsd.org/changeset/ports/347029
QAT: https://qat.redports.org/buildarchive/r347029/

Log:
  - Stage support

Modified:
  head/textproc/makepatch/Makefile
  head/textproc/makepatch/pkg-plist

Modified: head/textproc/makepatch/Makefile
==============================================================================
--- head/textproc/makepatch/Makefile	Tue Mar  4 15:40:32 2014	(r347028)
+++ head/textproc/makepatch/Makefile	Tue Mar  4 15:40:42 2014	(r347029)
@@ -12,7 +12,4 @@ COMMENT=	Perl scripts to assist in the g
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=		makepatch.1 applypatch.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/textproc/makepatch/pkg-plist
==============================================================================
--- head/textproc/makepatch/pkg-plist	Tue Mar  4 15:40:32 2014	(r347028)
+++ head/textproc/makepatch/pkg-plist	Tue Mar  4 15:40:42 2014	(r347029)
@@ -1,4 +1,6 @@
 bin/applypatch
 bin/makepatch
+man/man1/makepatch.1.gz
+man/man1/applypatch.1.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/makepatch/.packlist
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/makepatch


More information about the svn-ports-head mailing list