aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpgraph
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2004-08-25 10:21:22 +0000
committerAlex Dupre <ale@FreeBSD.org>2004-08-25 10:21:22 +0000
commit2f9fbc0fc411f6e4a9b3b445167f05793a94127f (patch)
treee69c016425d4c5e74623f4cd328156b59bfd35db /graphics/jpgraph
parent97adf77a1b1811ce94e2d0289d4879b908aacb5b (diff)
downloadports-2f9fbc0fc411f6e4a9b3b445167f05793a94127f.tar.gz
ports-2f9fbc0fc411f6e4a9b3b445167f05793a94127f.zip
Notes
Diffstat (limited to 'graphics/jpgraph')
-rw-r--r--graphics/jpgraph/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jpgraph/Makefile b/graphics/jpgraph/Makefile
index ebe29cca9f40..7e10322e8abe 100644
--- a/graphics/jpgraph/Makefile
+++ b/graphics/jpgraph/Makefile
@@ -19,6 +19,9 @@ USE_PHP= gd
NO_CDROM= "The free version cannot be used in a commercial context"
+post-extract:
+ ${RM} -rf ${WRKSRC}/src/Examples/CVS
+
do-install:
@${MKDIR} ${DATADIR}
${CP} ${WRKSRC}/src/*.php ${DATADIR}
@@ -28,7 +31,7 @@ do-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
- -${CP} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR}
+ ${CP} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR}
.endif
.include <bsd.port.mk>