diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-06-24 16:00:06 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 1999-06-24 16:00:06 +0000 |
commit | 03f5f957c232a8ac835f898e06512d8c635ea839 (patch) | |
tree | c0317cbd1487f821a7858ddba5049a2d31d55233 /graphics/xv/files/patch-ac | |
parent | XSL 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-ac | 4 |
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" |