diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 22:34:58 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 22:34:58 +0800 |
commit | 1fcad156500e912c939106852bf946601aeee17b (patch) | |
tree | 669b4196fc4015371331942d7927854b65f4d369 /sysutils | |
parent | 71c84afc701b79fa179939593fe6b22df5299a96 (diff) | |
download | freebsd-ports-gnome-1fcad156500e912c939106852bf946601aeee17b.tar.gz freebsd-ports-gnome-1fcad156500e912c939106852bf946601aeee17b.tar.zst freebsd-ports-gnome-1fcad156500e912c939106852bf946601aeee17b.zip |
Support staging.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Lchown/Makefile | 4 | ||||
-rw-r--r-- | sysutils/p5-Lchown/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/p5-Lchown/Makefile b/sysutils/p5-Lchown/Makefile index 1631b7d6964e..0eea86ec7f3d 100644 --- a/sysutils/p5-Lchown/Makefile +++ b/sysutils/p5-Lchown/Makefile @@ -15,7 +15,7 @@ COMMENT= A perl5 module providing access to lchown(2) 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> diff --git a/sysutils/p5-Lchown/pkg-plist b/sysutils/p5-Lchown/pkg-plist index 817fddcef5ac..5ccc5eb27f8e 100644 --- a/sysutils/p5-Lchown/pkg-plist +++ b/sysutils/p5-Lchown/pkg-plist @@ -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 |