diff options
Diffstat (limited to 'textproc/simplexml/Makefile')
-rw-r--r-- | textproc/simplexml/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/simplexml/Makefile b/textproc/simplexml/Makefile index 4aad9d4f33dc..0bfc02e3076a 100644 --- a/textproc/simplexml/Makefile +++ b/textproc/simplexml/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: simplexml -# Date created: May 18 2010 -# Whom: Konstantin Lepa <konstantin.lepa@gmail.com> -# +# Created by: Konstantin Lepa <konstantin.lepa@gmail.com> # $FreeBSD$ -# PORTNAME= simplexml PORTVERSION= 1.0.1 @@ -26,6 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} CMAKE_ARGS+= -DDEBUG_MODE:BOOL=ON .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|; \ /set.*CMAKE_BUILD_TYPE/d' ${WRKSRC}/CMakeLists.txt \ |