diff options
author | veego <veego> | 2000-08-21 10:22:25 +0000 |
---|---|---|
committer | veego <veego> | 2000-08-21 10:22:25 +0000 |
commit | ac5c4f56809b8346c804d2e16df38c44750f1ac3 (patch) | |
tree | 32cda63de07bff028aa58df330b097374142439f /graphics | |
parent | 4365621641aa4efbd4bb2c0ea36e573d8d365a3f (diff) | |
download | pkgsrc-ac5c4f56809b8346c804d2e16df38c44750f1ac3.tar.gz |
s/X11BASE/X11PREFIX/ for the installtion of the Xpdf app-defaults file.
now xpkgwedge works.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 4 |
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" |