diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 21:11:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 21:11:20 +0800 |
commit | a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf (patch) | |
tree | 3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/p5-IO-Zlib | |
parent | b63a7f371c7efe3449abddab083a29c8d8d3d075 (diff) | |
download | freebsd-ports-gnome-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.tar.gz freebsd-ports-gnome-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.tar.zst freebsd-ports-gnome-a6bc98f9877906e1ac2f125afcd52cbe49c1dcdf.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
Diffstat (limited to 'archivers/p5-IO-Zlib')
-rw-r--r-- | archivers/p5-IO-Zlib/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/p5-IO-Zlib/Makefile b/archivers/p5-IO-Zlib/Makefile index e7dd854f62af..e69ae4df5d2b 100644 --- a/archivers/p5-IO-Zlib/Makefile +++ b/archivers/p5-IO-Zlib/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: IO::Zlib -# Date created: 15 Feb 2002 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= IO-Zlib PORTVERSION= 1.10 @@ -18,6 +13,7 @@ COMMENT= IO:: style interface to Compress::Zlib USES= perl5 USE_PERL5= configure +NO_STAGE= yes MAN3= IO::Zlib.3 .include <bsd.port.mk> |