aboutsummaryrefslogtreecommitdiffstats
path: root/www/cgicc/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-25 15:02:15 +0800
committerijliao <ijliao@FreeBSD.org>2002-06-25 15:02:15 +0800
commit39235f6b74307353dd43f65396a653ea514295ca (patch)
tree8393992876b0659fb49ae9d9fbbdc745b35078a3 /www/cgicc/Makefile
parent133badd4f60bd1c45fb0b52c6f189078ce9037c7 (diff)
downloadfreebsd-ports-gnome-39235f6b74307353dd43f65396a653ea514295ca.tar.gz
freebsd-ports-gnome-39235f6b74307353dd43f65396a653ea514295ca.tar.zst
freebsd-ports-gnome-39235f6b74307353dd43f65396a653ea514295ca.zip
fix doc installation path
bump portrevision
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r--www/cgicc/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile
index b1d9480f8595..fc46f0a41ab3 100644
--- a/www/cgicc/Makefile
+++ b/www/cgicc/Makefile
@@ -8,6 +8,7 @@
PORTNAME= cgicc
PORTVERSION= 3.2.1
+PORTREVISION= 1
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,18 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
-USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
-post-patch:
- @${REINPLACE_CMD} -e 's| install-data-local||g' ${WRKSRC}/Makefile.in
-
-post-install:
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/html/*.* ${DOCSDIR}
-.endif
-
.include <bsd.port.mk>