1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix shebangs

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-14 17:43:08 +00:00
parent e387b43add
commit 95d3dacd74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396915
2 changed files with 12 additions and 3 deletions

View File

@ -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 <bsd.port.mk>

View File

@ -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/