diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 17:04:43 +0000 |
commit | 34b7e6ee7edc38e6303aa5e0ca296c0867ee08d5 (patch) | |
tree | ed5885ce2dac897e773c37ed9c6f43b452790bae /devel/gzstream | |
parent | 857aec5d6b82d83ac07f49f4dab6463acb984c3c (diff) |
Notes
Diffstat (limited to 'devel/gzstream')
-rw-r--r-- | devel/gzstream/Makefile | 7 |
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} |