diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-02-19 23:14:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-02-19 23:14:30 +0000 |
commit | d5601770759833bb0313735f973461c538f39333 (patch) | |
tree | c0ec90e718aea2e9d115191caa70c75d38017e5a /devel/bnfc | |
parent | 4836ea0720ca3df25d271a9c19ba44362fdf7e33 (diff) | |
download | freebsd-ports-d5601770759833bb0313735f973461c538f39333.zip |
- Fix build
Submitted by: pointyhat via erwin
Diffstat (limited to 'devel/bnfc')
-rw-r--r-- | devel/bnfc/Makefile | 5 |
1 files changed, 3 insertions, 2 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> |