svn commit: r342962 - head/devel/p5-Tee

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 08:37:28 UTC 2014


Author: ehaupt
Date: Thu Feb  6 08:37:27 2014
New Revision: 342962
URL: http://svnweb.freebsd.org/changeset/ports/342962
QAT: https://qat.redports.org/buildarchive/r342962/

Log:
  Support staging.

Modified:
  head/devel/p5-Tee/Makefile
  head/devel/p5-Tee/pkg-plist

Modified: head/devel/p5-Tee/Makefile
==============================================================================
--- head/devel/p5-Tee/Makefile	Thu Feb  6 08:36:21 2014	(r342961)
+++ head/devel/p5-Tee/Makefile	Thu Feb  6 08:37:27 2014	(r342962)
@@ -19,8 +19,4 @@ RUN_DEPENDS=	p5-IO-CaptureOutput>0:${POR
 USES=		perl5
 USE_PERL5=	configure
 
-MAN1=	ptee.1
-MAN3=	Tee::App.3 Tee.3
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/p5-Tee/pkg-plist
==============================================================================
--- head/devel/p5-Tee/pkg-plist	Thu Feb  6 08:36:21 2014	(r342961)
+++ head/devel/p5-Tee/pkg-plist	Thu Feb  6 08:37:27 2014	(r342962)
@@ -1,4 +1,7 @@
 bin/ptee
+man/man1/ptee.1.gz
+%%PERL5_MAN3%%/Tee.3.gz
+%%PERL5_MAN3%%/Tee::App.3.gz
 %%SITE_PERL%%/Tee.pm
 %%SITE_PERL%%/Tee/App.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tee/.packlist


More information about the svn-ports-all mailing list