diff options
Diffstat (limited to 'databases/R-cran-RMySQL/Makefile')
-rw-r--r-- | databases/R-cran-RMySQL/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index bbce6070d5b3..ac9d60902674 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= RMySQL -DISTVERSION= 0.10.7 +DISTVERSION= 0.10.8 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -17,6 +17,6 @@ USE_MYSQL= yes USES= cran:auto-plist post-patch: - @${REINPLACE_CMD} -e 's|bin/bash|bin/sh|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e '/bin\//s|bash|sh|' ${WRKSRC}/configure .include <bsd.port.mk> |