diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-18 09:37:58 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-18 09:37:58 +0000 |
commit | cf50188bd376f33e7196b0c80fbbcdd8e39b88ef (patch) | |
tree | 0dbabec7ffdd0ca6428069ec44cb47ba6cb07657 /www/cgicc/Makefile | |
parent | ac4179426bb82b162b7f0d081f6633db2376514e (diff) | |
download | FreeBSD-ports-cf50188bd376f33e7196b0c80fbbcdd8e39b88ef.zip FreeBSD-ports-cf50188bd376f33e7196b0c80fbbcdd8e39b88ef.tar.gz |
upgrade to 3.2.1
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r-- | www/cgicc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index d411649..a0ecb08 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) |