aboutsummaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-04 11:36:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-02-04 11:36:47 +0000
commit762fde0ac9ca83887e72d5c42277fa0f62f0e185 (patch)
tree842cde0e77cda79c9f3bc83eaf3f4d5b9fcbbd01 /archivers
parent157c68baacd3f1f7aa358e1b0cbecaf184f04746 (diff)
downloadports-762fde0ac9ca83887e72d5c42277fa0f62f0e185.tar.gz
ports-762fde0ac9ca83887e72d5c42277fa0f62f0e185.zip
Notes
Diffstat (limited to 'archivers')
-rw-r--r--archivers/p5-Compress-Raw-Lzma/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/p5-Compress-Raw-Lzma/Makefile b/archivers/p5-Compress-Raw-Lzma/Makefile
index ef244fe4235c..e3edca024d16 100644
--- a/archivers/p5-Compress-Raw-Lzma/Makefile
+++ b/archivers/p5-Compress-Raw-Lzma/Makefile
@@ -25,7 +25,7 @@ LZMA_DEPEND?= sys
LIB_DEPENDS+= liblzma.so.1:${PORTSDIR}/archivers/lzmalib
.endif
-pre-build:
+post-configure:
.if ${LZMA_DEPEND} == "sys"
@${REINPLACE_CMD} -e "/^LDDLFLAGS/ s|${LOCALBASE}/lib|${LIBDIR}|" ${WRKSRC}/Makefile
.endif