From 2a7c62982a7378e877219fadbdeacce1c78f12d8 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 31 May 1999 05:00:31 +0000 Subject: This port needs perl so set USE_PERL5=yes. Also s!/usr/bin/perl!${PERL}!. --- misc/jargon/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile index 112abd926cec..534ae0e900ed 100644 --- a/misc/jargon/Makefile +++ b/misc/jargon/Makefile @@ -3,7 +3,7 @@ # Date created: 11 July 1998 # Whom: moeding # -# $Id: Makefile,v 1.2 1999/04/15 20:44:56 mharo Exp $ +# $Id: Makefile,v 1.3 1999/04/22 07:37:47 nectar Exp $ # DISTNAME= jargon-4.1.1 @@ -13,12 +13,14 @@ MASTER_SITES= http://www.tuxedo.org/~esr/jargon/ \ MAINTAINER= s.moeding@ndh.net +USE_PERL5= YES NO_BUILD= YES FILES= jarghist.html mirroring.html alternates.html jarginfo.html mirrorlist.html awards.html quoting.html search.html jargon-upd.lst submissions.html index.html jargtxt.html post-patch: - /usr/bin/perl -pi -e 's,/home/httpd/html,${PREFIX}/www/data,' ${WRKSRC}/jargon-search + ${PERL} -pi -e 's,/home/httpd/html,${PREFIX}/www/data,' ${WRKSRC}/jargon-search + do-install: @${MKDIR} ${PREFIX}/www/cgi-bin @${INSTALL_SCRIPT} ${WRKSRC}/jargon-search ${PREFIX}/www/cgi-bin -- cgit v1.2.3