summaryrefslogtreecommitdiff
path: root/graphics/xv/files/patch-ac
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>1999-06-24 16:00:06 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>1999-06-24 16:00:06 +0000
commit03f5f957c232a8ac835f898e06512d8c635ea839 (patch)
treec0317cbd1487f821a7858ddba5049a2d31d55233 /graphics/xv/files/patch-ac
parentXSL Transformations (XSLT) implementation in Java. (diff)
Fix make PREFIX=/somewhere problem.
Substitute /usr/local in patch-* for ${LOCALBASE}.
Diffstat (limited to '')
-rw-r--r--graphics/xv/files/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xv/files/patch-ac b/graphics/xv/files/patch-ac
index e9764e62e719..602b0df12c2d 100644
--- a/graphics/xv/files/patch-ac
+++ b/graphics/xv/files/patch-ac
@@ -16,8 +16,8 @@
-/* #define GS_PATH "/usr/local/bin/gs" */
-/* #define GS_LIB "." */
-/* #define GS_DEV "ppmraw" */
-+#define GS_PATH "/usr/local/bin/gs"
-+#define GS_LIB "/usr/local/lib/ghostscript"
++#define GS_PATH "${LOCALBASE}/bin/gs"
++#define GS_LIB "${LOCALBASE}/lib/ghostscript"
+#define GS_DEV "ppmraw"