diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 20:25:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 20:25:42 +0800 |
commit | 840e47b1d057e03ee013af77b2574e36f46ef74f (patch) | |
tree | 0b08ba19cf2a4e630158df9d818c93a2cc706c34 /archivers | |
parent | 6a6d97faf60f47a825f6b4adc7fad5919e8d8600 (diff) | |
download | freebsd-ports-gnome-840e47b1d057e03ee013af77b2574e36f46ef74f.tar.gz freebsd-ports-gnome-840e47b1d057e03ee013af77b2574e36f46ef74f.tar.zst freebsd-ports-gnome-840e47b1d057e03ee013af77b2574e36f46ef74f.zip |
- Support STAGEDIR
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-Compress-Raw-Zlib/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archivers/p5-Compress-Raw-Zlib/Makefile b/archivers/p5-Compress-Raw-Zlib/Makefile index fab6acdb09f3..d6ee34583a04 100644 --- a/archivers/p5-Compress-Raw-Zlib/Makefile +++ b/archivers/p5-Compress-Raw-Zlib/Makefile @@ -18,9 +18,6 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod USE_PERL5= configure USES= perl5 -NO_STAGE= yes - -MAN3= Compress::Raw::Zlib.3 post-patch: @${REINPLACE_CMD} -e '/^BUILD_ZLIB/ s|True|False|; /^INCLUDE/ s|= .*$$|= ${INCLUDEDIR}|; /^LIB/ s|= .*$$|= ${LIBDIR}|' ${WRKSRC}/config.in |