Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 20:15:25 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400053 - head/www/R-cran-Rpad
Message-ID:  <201510232015.t9NKFPrc000941@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510232015.t9NKFPrc000941>