aboutsummaryrefslogtreecommitdiff
path: root/www/cgicc/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-18 09:37:58 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-18 09:37:58 +0000
commit4dd9a866cd76e6889cae550a49a7d14a8e2926d5 (patch)
tree2608764794f9083ee01960f0e13375a9d75ac298 /www/cgicc/Makefile
parent3091de99ec8e63ecdf82dafeb88a3ab9c55c7b83 (diff)
downloadports-4dd9a866cd76e6889cae550a49a7d14a8e2926d5.tar.gz
ports-4dd9a866cd76e6889cae550a49a7d14a8e2926d5.zip
Notes
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r--www/cgicc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
index d4116491765b..a0ecb086f1e3 100644
--- a/www/cgicc/Makefile
+++ b/www/cgicc/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= cgicc
-PORTVERSION= 3.2
+PORTVERSION= 3.2.1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -20,7 +20,7 @@ CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e 's| install-data-local||g' ${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's| install-data-local||g' ${WRKSRC}/Makefile.in
post-install:
.if !defined(NOPORTDOCS)