From e6773656b637577647e2ce851a65061f5ce78bff Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 14 Sep 2015 17:45:09 +0000 Subject: MFH: r396915 - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket --- www/R-cran-Rpad/Makefile | 13 +++++++++++-- www/R-cran-Rpad/pkg-descr | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile index e874ea29cc78..dd98de619868 100644 --- a/www/R-cran-Rpad/Makefile +++ b/www/R-cran-Rpad/Makefile @@ -3,7 +3,7 @@ PORTNAME= Rpad PORTVERSION= 1.3.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -12,6 +12,15 @@ COMMENT= Workbook-style, web-based interface to R LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist shebangfix +SHEBANG_FILES= inst/basehtml/editor/htmlarea/examples/*.cgi \ + inst/basehtml/editor/htmlarea/plugins/SpellChecker/spell-check-logic.cgi \ + inst/basehtml/server/*.pl \ + inst/serverversion/Statistics-R_perl_interface/script/*.pl + +post-patch: + @${REINPLACE_CMD} -i '' -e 's|c:/apps/perl/bin/perl.exe|${perl_CMD}|' \ + ${WRKSRC}/inst/basehtml/server/fileupload.pl + @${RMDIR} ${WRKSRC}/inst/basehtml/editor/htmlarea/examples/test .include diff --git a/www/R-cran-Rpad/pkg-descr b/www/R-cran-Rpad/pkg-descr index 2884c1c05a8c..7eb706f8f18f 100644 --- a/www/R-cran-Rpad/pkg-descr +++ b/www/R-cran-Rpad/pkg-descr @@ -6,4 +6,4 @@ it easy to develop powerful data analysis applications that can be shared with others (most likely on an intranet). The user doesn't have to install anything--everything's done through a browser. -WWW: http://cran.r-project.org/web/packages/Rpad/ +WWW: http://cran.r-project.org/web/packages/Rpad/ -- cgit v1.2.3