aboutsummaryrefslogtreecommitdiff
path: root/graphics/jpgraph/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-07 16:19:16 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-07 16:19:16 +0000
commit50799a7212615471cc4207bd6c0957b4305de016 (patch)
tree02207310e3ce02e4eac4e3f4428964169571f081 /graphics/jpgraph/Makefile
parentc054f87cedeaeee749d7faa6a2ba19b46e732b1a (diff)
Notes
Diffstat (limited to 'graphics/jpgraph/Makefile')
-rw-r--r--graphics/jpgraph/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/graphics/jpgraph/Makefile b/graphics/jpgraph/Makefile
index 3f323abc2660..64db07db50c5 100644
--- a/graphics/jpgraph/Makefile
+++ b/graphics/jpgraph/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= jpgraph
-PORTVERSION= 1.11
+PORTVERSION= 1.12
CATEGORIES= graphics
MASTER_SITES= http://www.aditus.nu/jpgraph/downloads/
@@ -28,10 +28,13 @@ BROKEN= "PHP have to build with GD support"
do-install:
@${MKDIR} ${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/src/*.php ${DATADIR}
+ ${CP} ${WRKSRC}/src/*.php ${DATADIR}
+ ${CP} ${WRKSRC}/src/*.inc ${DATADIR}
.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/docs/ ${DOCSDIR}
@${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/src/Examples/* ${EXAMPLESDIR}
+ ${CP} -R ${WRKSRC}/src/examples/ ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>