aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorandreas <andreas@FreeBSD.org>2001-12-18 16:26:36 +0800
committerandreas <andreas@FreeBSD.org>2001-12-18 16:26:36 +0800
commitd391d7d8e2f9fe598e8d09d930558bd5ae33b13c (patch)
treec3f21a0a7181829446898010f74894b5cb537ba1 /print
parent1862df67e7c7ee1367f952697fc70069aa25fe60 (diff)
downloadfreebsd-ports-gnome-d391d7d8e2f9fe598e8d09d930558bd5ae33b13c.tar.gz
freebsd-ports-gnome-d391d7d8e2f9fe598e8d09d930558bd5ae33b13c.tar.zst
freebsd-ports-gnome-d391d7d8e2f9fe598e8d09d930558bd5ae33b13c.zip
"You want to make it reference ${LOCALBASE}/bin/bash. Remember, ports
assume dependencies are installed in ${LOCALBASE} or ${X11BASE}." That says it all. Obtained from: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'print')
-rw-r--r--print/apsfilter/files/patch-bin::aps2file2
-rw-r--r--print/apsfilter/scripts/pre-configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/print/apsfilter/files/patch-bin::aps2file b/print/apsfilter/files/patch-bin::aps2file
index e614c8cb38e5..aa0a87ff4f1f 100644
--- a/print/apsfilter/files/patch-bin::aps2file
+++ b/print/apsfilter/files/patch-bin::aps2file
@@ -2,7 +2,7 @@
+++ bin/aps2file Mon Dec 17 19:36:33 2001
@@ -1,4 +1,4 @@
-#!/bin/sh
-+#! !!PREFIX!!/bin/bash
++#! !!LOCALBASE!!/bin/bash
#
# $ApsCVS: src/apsfilter/bin/aps2file,v 1.1 2001/11/17 15:21:52 andreas Exp $
#
diff --git a/print/apsfilter/scripts/pre-configure b/print/apsfilter/scripts/pre-configure
index 35c8ac22508d..c7e0b417104b 100644
--- a/print/apsfilter/scripts/pre-configure
+++ b/print/apsfilter/scripts/pre-configure
@@ -1,5 +1,5 @@
#! /bin/sh
-perl -pi -e "s|!!PREFIX!!|$PREFIX|" ${WRKSRC}/bin/aps2file
+perl -pi -e "s|!!LOCALBASE!!|$LOCALBASE|" ${WRKSRC}/bin/aps2file
exit 0