diff options
author | marino <marino@FreeBSD.org> | 2015-01-21 04:57:46 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-01-21 04:57:46 +0800 |
commit | 9562ab58368fa64a5d877f45fc59f5cce498a9d0 (patch) | |
tree | 94a1b42a514f137ee73d5a4e8f1de2e6018c2da1 /security/p5-Mcrypt | |
parent | 88058bb315c8de49af1033bf43f96d193670d5ec (diff) | |
download | freebsd-ports-gnome-9562ab58368fa64a5d877f45fc59f5cce498a9d0.tar.gz freebsd-ports-gnome-9562ab58368fa64a5d877f45fc59f5cce498a9d0.tar.zst freebsd-ports-gnome-9562ab58368fa64a5d877f45fc59f5cce498a9d0.zip |
security/p5-Mcrypt: strip Mcrypt.so upon installation
PR: 196416
Submitted by: maintainer (Tatsuki Makino)
Diffstat (limited to 'security/p5-Mcrypt')
-rw-r--r-- | security/p5-Mcrypt/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Mcrypt/Makefile b/security/p5-Mcrypt/Makefile index bb4b23e52748..72c77c739a16 100644 --- a/security/p5-Mcrypt/Makefile +++ b/security/p5-Mcrypt/Makefile @@ -3,7 +3,7 @@ PORTNAME= Mcrypt PORTVERSION= 2.5.7.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JESUS @@ -23,4 +23,7 @@ USES= perl5 CPPFLAGS+= -I${LOCALBASE}/include +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Mcrypt/Mcrypt.so + .include <bsd.port.mk> |