svn commit: r343094 - head/sysutils/p5-Lchown

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 6 14:34:59 UTC 2014


Author: ehaupt
Date: Thu Feb  6 14:34:58 2014
New Revision: 343094
URL: http://svnweb.freebsd.org/changeset/ports/343094
QAT: https://qat.redports.org/buildarchive/r343094/

Log:
  Support staging.

Modified:
  head/sysutils/p5-Lchown/Makefile
  head/sysutils/p5-Lchown/pkg-plist

Modified: head/sysutils/p5-Lchown/Makefile
==============================================================================
--- head/sysutils/p5-Lchown/Makefile	Thu Feb  6 14:32:03 2014	(r343093)
+++ head/sysutils/p5-Lchown/Makefile	Thu Feb  6 14:34:58 2014	(r343094)
@@ -15,7 +15,7 @@ COMMENT=	A perl5 module providing access
 USES=		perl5
 USE_PERL5=	modbuild
 
-MAN3=		Lchown.3
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Lchown/Lchown.so
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/p5-Lchown/pkg-plist
==============================================================================
--- head/sysutils/p5-Lchown/pkg-plist	Thu Feb  6 14:32:03 2014	(r343093)
+++ head/sysutils/p5-Lchown/pkg-plist	Thu Feb  6 14:34:58 2014	(r343094)
@@ -1,4 +1,5 @@
 %%SITE_PERL%%/%%PERL_ARCH%%/Lchown.pm
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/Lchown.bs
 %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown/Lchown.so
+%%PERL5_MAN3%%/Lchown.3.gz
 @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Lchown


More information about the svn-ports-all mailing list