diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-04 11:36:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-04 11:36:47 +0000 |
commit | 762fde0ac9ca83887e72d5c42277fa0f62f0e185 (patch) | |
tree | 842cde0e77cda79c9f3bc83eaf3f4d5b9fcbbd01 /archivers/p5-Compress-Raw-Lzma | |
parent | 157c68baacd3f1f7aa358e1b0cbecaf184f04746 (diff) | |
download | ports-762fde0ac9ca83887e72d5c42277fa0f62f0e185.tar.gz ports-762fde0ac9ca83887e72d5c42277fa0f62f0e185.zip |
Notes
Diffstat (limited to 'archivers/p5-Compress-Raw-Lzma')
-rw-r--r-- | archivers/p5-Compress-Raw-Lzma/Makefile | 2 |
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 |