svn commit: r341706 - head/www/p5-Jemplate

Martin Wilke miwi at FreeBSD.org
Wed Jan 29 09:18:01 UTC 2014


Author: miwi
Date: Wed Jan 29 09:17:58 2014
New Revision: 341706
URL: http://svnweb.freebsd.org/changeset/ports/341706
QAT: https://qat.redports.org/buildarchive/r341706/

Log:
  - Stage support

Modified:
  head/www/p5-Jemplate/Makefile
  head/www/p5-Jemplate/pkg-plist

Modified: head/www/p5-Jemplate/Makefile
==============================================================================
--- head/www/p5-Jemplate/Makefile	Wed Jan 29 09:17:44 2014	(r341705)
+++ head/www/p5-Jemplate/Makefile	Wed Jan 29 09:17:58 2014	(r341706)
@@ -19,12 +19,4 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	jemplate.1
-MAN3=	Jemplate.3 \
-	Jemplate::Directive.3 \
-	Jemplate::Parser.3 \
-	Jemplate::Runtime.3 \
-	Jemplate::Runtime::Compact.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/www/p5-Jemplate/pkg-plist
==============================================================================
--- head/www/p5-Jemplate/pkg-plist	Wed Jan 29 09:17:44 2014	(r341705)
+++ head/www/p5-Jemplate/pkg-plist	Wed Jan 29 09:17:58 2014	(r341706)
@@ -1,4 +1,10 @@
 bin/jemplate
+%%PERL5_MAN3%%/Jemplate.3.gz
+%%PERL5_MAN3%%/Jemplate::Directive.3.gz
+%%PERL5_MAN3%%/Jemplate::Parser.3.gz
+%%PERL5_MAN3%%/Jemplate::Runtime.3.gz
+%%PERL5_MAN3%%/Jemplate::Runtime::Compact.3.gz
+man/man1/jemplate.1.gz
 %%SITE_PERL%%/Jemplate.pm
 %%SITE_PERL%%/Jemplate.pod
 %%SITE_PERL%%/Jemplate/Directive.pm


More information about the svn-ports-all mailing list