diff options
author | steve <steve@FreeBSD.org> | 1999-05-31 13:00:31 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-31 13:00:31 +0800 |
commit | 3efa845d42a8b29d68cc98fd96f581dbf1ea61d7 (patch) | |
tree | f8ae80062f83c3e6fcfcff9325a2a3cf0664bde5 | |
parent | ce0082ff933fa94b416b18e97a74fc4aa105ee19 (diff) | |
download | freebsd-ports-gnome-3efa845d42a8b29d68cc98fd96f581dbf1ea61d7.tar.gz freebsd-ports-gnome-3efa845d42a8b29d68cc98fd96f581dbf1ea61d7.tar.zst freebsd-ports-gnome-3efa845d42a8b29d68cc98fd96f581dbf1ea61d7.zip |
This port needs perl so set USE_PERL5=yes. Also s!/usr/bin/perl!${PERL}!.
-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 |