diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-17 00:22:04 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-17 00:22:04 +0800 |
commit | 83cce3825472d848ba52f32422f35aa3b06469ef (patch) | |
tree | 86ca1253ca46facddd0f4470702c128d98b67e99 /math/ploticus/Makefile | |
parent | 3cbc34186acd15b607e6bd981d84dd14e88bd231 (diff) | |
download | freebsd-ports-gnome-83cce3825472d848ba52f32422f35aa3b06469ef.tar.gz freebsd-ports-gnome-83cce3825472d848ba52f32422f35aa3b06469ef.tar.zst freebsd-ports-gnome-83cce3825472d848ba52f32422f35aa3b06469ef.zip |
upgrade to 2.04
use new REINPLACE_CMD for patch
Diffstat (limited to 'math/ploticus/Makefile')
-rw-r--r-- | math/ploticus/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 729c8929c979..861abeefe17f 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -7,7 +7,7 @@ # PORTNAME= ploticus -PORTVERSION= 2.03 +PORTVERSION= 2.04 CATEGORIES= math MASTER_SITES= http://ploticus.sourceforge.net/download/ DISTNAME= plsrc${PORTVERSION:S/.//} @@ -27,9 +27,7 @@ MAKE_ENV= LIBS="-L${LOCALBASE}/lib" MAN1= pl.1 post-patch: - @${PERL} -pi -e "s,%%X11BASE%%,${X11BASE},g ; \ - s,%%LOCALBASE%%,${LOCALBASE},g ; \ - s,^CC,#CC,g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e "s,^CC,#CC,g" ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pl ${PREFIX}/bin |