diff options
Diffstat (limited to 'devel/pcre++/Makefile')
-rw-r--r-- | devel/pcre++/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/pcre++/Makefile b/devel/pcre++/Makefile index 88c8d334a061..dabc79954b47 100644 --- a/devel/pcre++/Makefile +++ b/devel/pcre++/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: pcre++ -# Date created: Jan 12, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pcre++ PORTVERSION= 0.9.5 @@ -31,6 +26,7 @@ PLIST_SUB= VERSION=${PORTVERSION} DOCSDIR= ${PREFIX}/share/doc/lib${PORTNAME}-${PORTVERSION} +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-O -g|\@CXXFLAGS\@|g' ${WRKSRC}/Makefile.in |