aboutsummaryrefslogtreecommitdiff
path: root/devel/gzstream/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gzstream/Makefile')
-rw-r--r--devel/gzstream/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gzstream/Makefile b/devel/gzstream/Makefile
index 067114b00db0..a24869111eb6 100644
--- a/devel/gzstream/Makefile
+++ b/devel/gzstream/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: gzstream
-# Date created: 28 August 2006
-# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
-#
+# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= gzstream
DISTVERSION= 1.5
@@ -22,6 +18,7 @@ PLIST_FILES= lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.0 \
ALL_TARGET= default
CFLAGS+= -fPIC -I.
+NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's/=/?=/;s/\.a/.so/g;s/CPPFL/CXXFL/g;\
s/{AR}/{CC} $${CFLAGS} -lz -shared -o/' ${WRKSRC}/${MAKEFILE}