diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-09 22:41:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-09 22:41:34 +0800 |
commit | 13d49c9f1e6388f7c5c8c5b791256c9f0158acf1 (patch) | |
tree | 9e1ef0d6df4456a26fcb142533430ca2a80d865d | |
parent | 76e98956ea1bee0221740cd6b0b64246f961953c (diff) | |
download | freebsd-ports-gnome-13d49c9f1e6388f7c5c8c5b791256c9f0158acf1.tar.gz freebsd-ports-gnome-13d49c9f1e6388f7c5c8c5b791256c9f0158acf1.tar.zst freebsd-ports-gnome-13d49c9f1e6388f7c5c8c5b791256c9f0158acf1.zip |
Strip shared library
- Bump PORTREVISION for package change
-rw-r--r-- | security/p5-Crypt-SSLeay/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/p5-Crypt-SSLeay/Makefile b/security/p5-Crypt-SSLeay/Makefile index b39b1e0e52f7..45c78fcd9b98 100644 --- a/security/p5-Crypt-SSLeay/Makefile +++ b/security/p5-Crypt-SSLeay/Makefile @@ -3,7 +3,7 @@ PORTNAME= Crypt-SSLeay PORTVERSION= 0.72 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,4 +23,7 @@ USE_PERL5= configure CONFIGURE_ARGS= --no-live-tests CFLAGS+= -I${OPENSSLINC} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SSLeay/SSLeay.so + .include <bsd.port.mk> |