aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpgraph
diff options
context:
space:
mode:
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>