diff options
Diffstat (limited to 'databases/R-cran-RMySQL/Makefile')
-rw-r--r-- | databases/R-cran-RMySQL/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index 25812dae1b7a..e004776f2392 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RMySQL -DISTVERSION= 0.10.4 +DISTVERSION= 0.10.5 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,4 +16,7 @@ RUN_DEPENDS= R-cran-DBI>=0.3.1:${PORTSDIR}/databases/R-cran-DBI USE_MYSQL= yes USES= cran:auto-plist +post-patch: + @${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure + .include <bsd.port.mk> |