diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 20:25:49 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 20:25:49 +0800 |
commit | 7077c0e59fa0b952dbdb054b2574046f0afdf8b8 (patch) | |
tree | 4308d8760e89e1bc417522cd8e623f63c7129e38 /archivers | |
parent | 15364befadfab11ea09ba4e63daaf7730a34ff14 (diff) | |
download | freebsd-ports-graphics-7077c0e59fa0b952dbdb054b2574046f0afdf8b8.tar.gz freebsd-ports-graphics-7077c0e59fa0b952dbdb054b2574046f0afdf8b8.tar.zst freebsd-ports-graphics-7077c0e59fa0b952dbdb054b2574046f0afdf8b8.zip |
- Support STAGEDIR
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/p5-IO-Compress-Lzf/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archivers/p5-IO-Compress-Lzf/Makefile b/archivers/p5-IO-Compress-Lzf/Makefile index cbf09e96d62..ca6bc4d7d9f 100644 --- a/archivers/p5-IO-Compress-Lzf/Makefile +++ b/archivers/p5-IO-Compress-Lzf/Makefile @@ -21,8 +21,5 @@ TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod USE_PERL5= configure USES= perl5 -NO_STAGE= yes - -MAN3= IO::Compress::Lzf.3 IO::Uncompress::UnLzf.3 .include <bsd.port.mk> |