aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-BNFC
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-19 23:14:30 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-19 23:14:30 +0000
commitd5601770759833bb0313735f973461c538f39333 (patch)
treec0ec90e718aea2e9d115191caa70c75d38017e5a /devel/hs-BNFC
parent4836ea0720ca3df25d271a9c19ba44362fdf7e33 (diff)
downloadports-d5601770759833bb0313735f973461c538f39333.tar.gz
ports-d5601770759833bb0313735f973461c538f39333.zip
- Fix build
Submitted by: pointyhat via erwin
Notes
Notes: svn path=/head/; revision=207611
Diffstat (limited to 'devel/hs-BNFC')
-rw-r--r--devel/hs-BNFC/Makefile5
1 files changed, 3 insertions, 2 deletions
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>