summaryrefslogtreecommitdiff
path: root/graphics/xpdf
diff options
context:
space:
mode:
authorveego <veego@pkgsrc.org>2000-08-21 10:22:25 +0000
committerveego <veego@pkgsrc.org>2000-08-21 10:22:25 +0000
commit77e6e7a58c6393095dffe59f2d190a3a80e8fca3 (patch)
tree32cda63de07bff028aa58df330b097374142439f /graphics/xpdf
parentfd2c580f420e6c774412d0965d8902e5f714160f (diff)
downloadpkgsrc-77e6e7a58c6393095dffe59f2d190a3a80e8fca3.tar.gz
s/X11BASE/X11PREFIX/ for the installtion of the Xpdf app-defaults file.
now xpkgwedge works.
Diffstat (limited to 'graphics/xpdf')
-rw-r--r--graphics/xpdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile
index f2ce4fa7749..5c3f9b90f41 100644
--- a/graphics/xpdf/Makefile
+++ b/graphics/xpdf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2000/08/21 09:24:03 tron Exp $
+# $NetBSD: Makefile,v 1.15 2000/08/21 10:22:25 veego Exp $
# FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp
#
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+=--with-freetype-includes=${LOCALBASE}/include
post-install:
${SED} 's|@@LOCALBASE@@|${LOCALBASE}|' \
< ${FILESDIR}/xpdf-app-defaults \
- > ${X11BASE}/lib/X11/app-defaults/Xpdf
+ > ${X11PREFIX}/lib/X11/app-defaults/Xpdf
.include "../../mk/bsd.prefs.mk"