diff options
-rw-r--r-- | devel/bnfc/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-BNFC/Makefile | 5 |
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> |