From db27c4ed29e08a1ce86bb4c6a566cd25552e7a17 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 3 Nov 2002 21:28:10 +0000 Subject: Remove perl from Makefile, see http://bento.freebsd.org/errorlogs/5-latest/mapedit-2.3_1.log --- www/mapedit/Makefile | 4 ++++ www/mapedit/scripts/post-patch | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) delete mode 100644 www/mapedit/scripts/post-patch (limited to 'www') diff --git a/www/mapedit/Makefile b/www/mapedit/Makefile index f2dda8f3ff84..500cd1a21a53 100644 --- a/www/mapedit/Makefile +++ b/www/mapedit/Makefile @@ -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 diff --git a/www/mapedit/scripts/post-patch b/www/mapedit/scripts/post-patch deleted file mode 100644 index 2dc1eb1125e4..000000000000 --- a/www/mapedit/scripts/post-patch +++ /dev/null @@ -1,3 +0,0 @@ -#! /bin/sh - -perl -pi -e "s|!!LOCALBASE!!|$LOCALBASE|" ${WRKSRC}/mapedit -- cgit