Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 14:34:59 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r343094 - head/sysutils/p5-Lchown
Message-ID:  <201402061434.s16EYxoZ070608@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402061434.s16EYxoZ070608>