aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-02-20 07:14:30 +0800
committermiwi <miwi@FreeBSD.org>2008-02-20 07:14:30 +0800
commit3952f5bf290a1fd304d668cb7994de86f46ad5a5 (patch)
treee9380288123a312caaa62a48a33a8a7310564126 /devel
parent0d1dd05caa677553a9f1f5c950585d1efac12eee (diff)
downloadfreebsd-ports-gnome-3952f5bf290a1fd304d668cb7994de86f46ad5a5.tar.gz
freebsd-ports-gnome-3952f5bf290a1fd304d668cb7994de86f46ad5a5.tar.zst
freebsd-ports-gnome-3952f5bf290a1fd304d668cb7994de86f46ad5a5.zip
- Fix build
Submitted by: pointyhat via erwin
Diffstat (limited to 'devel')
-rw-r--r--devel/bnfc/Makefile5
-rw-r--r--devel/hs-BNFC/Makefile5
2 files changed, 6 insertions, 4 deletions
diff --git a/devel/bnfc/Makefile b/devel/bnfc/Makefile
index b3274945038a..0193f06b64b9 100644
--- a/devel/bnfc/Makefile
+++ b/devel/bnfc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bnfc
PORTVERSION= 2.4b
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cs.chalmers.se/Cs/Research/Language-technology/BNFC/download/ \
http://web.student.chalmers.se/~kaiw/FreeBSD/disfiles/
@@ -26,10 +27,10 @@ do-install:
post-install:
${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+ ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>
diff --git a/devel/hs-BNFC/Makefile b/devel/hs-BNFC/Makefile
index b3274945038a..0193f06b64b9 100644
--- a/devel/hs-BNFC/Makefile
+++ b/devel/hs-BNFC/Makefile
@@ -7,6 +7,7 @@
PORTNAME= bnfc
PORTVERSION= 2.4b
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.cs.chalmers.se/Cs/Research/Language-technology/BNFC/download/ \
http://web.student.chalmers.se/~kaiw/FreeBSD/disfiles/
@@ -26,10 +27,10 @@ do-install:
post-install:
${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
+ ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
+ ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>