summaryrefslogtreecommitdiff
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
parentAdd support of WITHOUT_NLS and delete the obsolete conflict (diff)
Suppress cp error.
PR: ports/69325 Submitted by: edwin
Notes
Notes: svn path=/head/; revision=117242
-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>