svn commit: r400053 - head/www/R-cran-Rpad
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Oct 23 20:15:26 UTC 2015
Author: amdmi3
Date: Fri Oct 23 20:15:25 2015
New Revision: 400053
URL: https://svnweb.freebsd.org/changeset/ports/400053
Log:
- Add LICENSE_FILE
- Use new shebangfix feature
Approved by: portmgr blanket
Modified:
head/www/R-cran-Rpad/Makefile
Modified: head/www/R-cran-Rpad/Makefile
==============================================================================
--- head/www/R-cran-Rpad/Makefile Fri Oct 23 20:12:14 2015 (r400052)
+++ head/www/R-cran-Rpad/Makefile Fri Oct 23 20:15:25 2015 (r400053)
@@ -11,16 +11,16 @@ MAINTAINER= tota at FreeBSD.org
COMMENT= Workbook-style, web-based interface to R
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= cran:auto-plist shebangfix
+perl_OLD_CMD= c:/apps/perl/bin/perl.exe
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>
More information about the svn-ports-all
mailing list