diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-30 03:57:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-08-30 03:57:06 +0000 |
commit | 64ae22a68fc1d2af727b06b0797728918fd5424f (patch) | |
tree | 5abfd570c6fba8d8be4bdf3b01b806c2f58f8aea /security/p5-Session-Token/Makefile | |
parent | fd6d1b354d0aced2eb084f10c0646df9730ccb42 (diff) | |
download | ports-64ae22a68fc1d2af727b06b0797728918fd5424f.tar.gz ports-64ae22a68fc1d2af727b06b0797728918fd5424f.zip |
Notes
Diffstat (limited to 'security/p5-Session-Token/Makefile')
-rw-r--r-- | security/p5-Session-Token/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/security/p5-Session-Token/Makefile b/security/p5-Session-Token/Makefile index 0b8494ddeb98..24d4d6b4b69b 100644 --- a/security/p5-Session-Token/Makefile +++ b/security/p5-Session-Token/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Session-Token -PORTVERSION= 1.008 +PORTVERSION= 1.010 CATEGORIES= security perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FRACTAL @@ -18,8 +18,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Session/Token/Token.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Session/Token/Token.so - ${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Session/Token/Token.so .include <bsd.port.mk> |