diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:00:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-31 05:00:31 +0000 |
commit | 2a7c62982a7378e877219fadbdeacce1c78f12d8 (patch) | |
tree | 8ad1ed6974a95e749343586f859edf83973a5c64 /misc/jargon | |
parent | ee58665c7dc47398b91649bd7f92ca909aa7e6f2 (diff) |
This port needs perl so set USE_PERL5=yes. Also s!/usr/bin/perl!${PERL}!.
Notes
Notes:
svn path=/head/; revision=19138
Diffstat (limited to 'misc/jargon')
-rw-r--r-- | misc/jargon/Makefile | 6 |
1 files 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 |