Remove perl from Makefile, see
http://bento.freebsd.org/errorlogs/5-latest/mapedit-2.3_1.log
This commit is contained in:
parent
bd56afb5a8
commit
9ad1e91ce5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69377
2 changed files with 4 additions and 3 deletions
|
@ -18,6 +18,10 @@ RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/java:${PORTSDIR}/java/jdk11
|
|||
|
||||
JDK_VERSION= 1.1.8
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e "s|!!LOCALBASE!!|${LOCALBASE}|" ${WRKSRC}/mapedit
|
||||
|
||||
pre-install:
|
||||
@${CAT} ${WRKSRC}/README.TXT
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
perl -pi -e "s|!!LOCALBASE!!|$LOCALBASE|" ${WRKSRC}/mapedit
|
Loading…
Reference in a new issue