aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2008-06-08 23:08:23 +0800
committeritetcu <itetcu@FreeBSD.org>2008-06-08 23:08:23 +0800
commit95042c323ac8296b3d4195a311bad441feac6170 (patch)
tree0f510d488dbfe3a3643d7fcb9ff4d12815959e20 /graphics
parentfa604ff80a086e6d69d07f874ca30baea53b47bd (diff)
downloadfreebsd-ports-gnome-95042c323ac8296b3d4195a311bad441feac6170.tar.gz
freebsd-ports-gnome-95042c323ac8296b3d4195a311bad441feac6170.tar.zst
freebsd-ports-gnome-95042c323ac8296b3d4195a311bad441feac6170.zip
- fix plist with NOPORTDOCS defined
- bump PORTREVISION PR: ports/124350 Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r--graphics/php5-chartdirector/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/php5-chartdirector/Makefile b/graphics/php5-chartdirector/Makefile
index 6fb87b90c187..e4c726cb5039 100644
--- a/graphics/php5-chartdirector/Makefile
+++ b/graphics/php5-chartdirector/Makefile
@@ -7,6 +7,7 @@
PORTNAME= chartdirector
PORTVERSION= 4.1
+PORTREVISION= 1
CATEGORIES?= graphics
MASTER_SITES= http://download2.advsofteng.com/
PKGNAMEPREFIX?= php5-
@@ -66,10 +67,10 @@ do-install:
@${MKDIR} ${PREFIX}/etc/php
@${ECHO_CMD} extension=${PHP_CHARTDIR_DLL} \
>> ${PREFIX}/etc/php/extensions.ini
+.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/LICENSE.TXT ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README.TXT ${DOCSDIR}
-.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}/cdphpdoc
@${MKDIR} ${DOCSDIR}/cdphpdoc/images
@${INSTALL_DATA} ${WRKSRC}/doc/cdphp.htm ${DOCSDIR}