svn commit: r343093 - head/sysutils/p5-BSD-Process

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 14:32:04 UTC 2014


Author: ehaupt
Date: Thu Feb  6 14:32:03 2014
New Revision: 343093
URL: http://svnweb.freebsd.org/changeset/ports/343093
QAT: https://qat.redports.org/buildarchive/r343093/

Log:
  Support staging.

Modified:
  head/sysutils/p5-BSD-Process/Makefile
  head/sysutils/p5-BSD-Process/pkg-plist

Modified: head/sysutils/p5-BSD-Process/Makefile
==============================================================================
--- head/sysutils/p5-BSD-Process/Makefile	Thu Feb  6 14:29:25 2014	(r343092)
+++ head/sysutils/p5-BSD-Process/Makefile	Thu Feb  6 14:32:03 2014	(r343093)
@@ -18,12 +18,9 @@ USES=		perl5 shebangfix
 USE_PERL5=	configure
 SHEBANG_FILES=	eg/*
 
-MAN3=	BSD::Process.3
-
-NO_STAGE=	yes
 post-install:
 .for script in procinfo showprocattr topten
-	@${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${PREFIX}/bin
+	@${INSTALL_SCRIPT} ${WRKSRC}/eg/${script} ${STAGEDIR}${PREFIX}/bin
 .endfor
 
 .include <bsd.port.mk>

Modified: head/sysutils/p5-BSD-Process/pkg-plist
==============================================================================
--- head/sysutils/p5-BSD-Process/pkg-plist	Thu Feb  6 14:29:25 2014	(r343092)
+++ head/sysutils/p5-BSD-Process/pkg-plist	Thu Feb  6 14:32:03 2014	(r343093)
@@ -1,6 +1,7 @@
 bin/procinfo
 bin/showprocattr
 bin/topten
+%%PERL5_MAN3%%/BSD::Process.3.gz
 %%SITE_PERL%%/%%PERL_ARCH%%/BSD/Process.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD/Process/Process.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/BSD/Process/Process.so


More information about the svn-ports-all mailing list