diff options
Diffstat (limited to 'devel/p5-Data-Util/Makefile')
-rw-r--r-- | devel/p5-Data-Util/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-Data-Util/Makefile b/devel/p5-Data-Util/Makefile index 2ebf466f2fc5..9e18b39fadcd 100644 --- a/devel/p5-Data-Util/Makefile +++ b/devel/p5-Data-Util/Makefile @@ -2,6 +2,7 @@ PORTNAME= Data-Util PORTVERSION= 0.63 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -24,6 +25,6 @@ USES= perl5 USE_PERL5= configure post-install: - ${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Data/Util/Util.so + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Util/Util.so .include <bsd.port.mk> |