diff options
-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" |