diff options
Diffstat (limited to 'textproc/cwtext/Makefile')
-rw-r--r-- | textproc/cwtext/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/cwtext/Makefile b/textproc/cwtext/Makefile index e5bfb89a6bb0..07b90324e94f 100644 --- a/textproc/cwtext/Makefile +++ b/textproc/cwtext/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: cwtext -# Date created: Nov 16, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= cwtext PORTVERSION= 0.96 @@ -19,6 +14,7 @@ USE_GMAKE= yes MAKEFILE= makefile ALL_TARGET= ALL +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g" \ -e "s,gcc,${CC} ${CFLAGS},g" \ |