diff options
Diffstat (limited to 'textproc/p5-libsoldout/Makefile')
-rw-r--r-- | textproc/p5-libsoldout/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-libsoldout/Makefile b/textproc/p5-libsoldout/Makefile index 9534a92..2d9d114 100644 --- a/textproc/p5-libsoldout/Makefile +++ b/textproc/p5-libsoldout/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsoldout PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ROS @@ -21,6 +21,6 @@ USES= perl5 USE_PERL5= configure post-install: - @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/libsoldout/libsoldout.so + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/libsoldout/libsoldout.so .include <bsd.port.mk> |