aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-IO-Zlib
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-09-20 21:11:20 +0800
committerbapt <bapt@FreeBSD.org>2013-09-20 21:11:20 +0800
commita6bc98f9877906e1ac2f125afcd52cbe49c1dcdf (patch)
tree3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/p5-IO-Zlib
parentb63a7f371c7efe3449abddab083a29c8d8d3d075 (diff)
downloadfreebsd-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/Makefile6
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>