diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
commit | d291ad32ca54429842a7a594342f33ff75d3eac8 (patch) | |
tree | 64a7b88cfefd6ac82e406551ff221ca21bbf2868 /comms/owfs/Makefile | |
parent | f5fd2da69c27290667cdeb190255f12a9cf88442 (diff) | |
download | ports-d291ad32ca54429842a7a594342f33ff75d3eac8.tar.gz ports-d291ad32ca54429842a7a594342f33ff75d3eac8.zip |
Notes
Diffstat (limited to 'comms/owfs/Makefile')
-rw-r--r-- | comms/owfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/owfs/Makefile b/comms/owfs/Makefile index ef7e0e9a8f51..72bf8bbc1679 100644 --- a/comms/owfs/Makefile +++ b/comms/owfs/Makefile @@ -137,7 +137,7 @@ post-install: .endif .if ${PORT_OPTIONS:MOWPERL} @${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/perl5/site_perl/5.16/mach/auto/OW/OW.so + ${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/OW/OW.so .endif .include <bsd.port.mk> |