diff options
author | drochner <drochner@pkgsrc.org> | 2002-06-10 10:58:58 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-06-10 10:58:58 +0000 |
commit | b016aa30cbdf5763a279a675fcb893140c9f3e5d (patch) | |
tree | 07516e999ae48f82767558632b945edeb8a08c10 /print/xpdf/Makefile | |
parent | 90643f60bfb05589a8c7a77422dd6992f14fec77 (diff) | |
download | pkgsrc-b016aa30cbdf5763a279a675fcb893140c9f3e5d.tar.gz |
don't install the app-defaults file - it is ignored anyway
XXX should do something about the config file, but there is still
discussion
Diffstat (limited to 'print/xpdf/Makefile')
-rw-r--r-- | print/xpdf/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 566631942ed..4d8b26df0a2 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/04/10 12:17:39 joda Exp $ +# $NetBSD: Makefile,v 1.8 2002/06/10 10:58:58 drochner Exp $ # DISTNAME= xpdf-1.00 @@ -31,11 +31,6 @@ MAKE_ENV+= SED="${SED}" ECHO="${ECHO}" CONFIGURE_ARGS+= --enable-a4-paper .endif -post-install: - ${SED} -e "s|@@LOCALBASE@@|${LOCALBASE}|g" \ - ${FILESDIR}/xpdf-app-defaults \ - > ${X11PREFIX}/lib/X11/app-defaults/Xpdf - .include "../../graphics/freetype2/buildlink.mk" .include "../../graphics/xpm/buildlink.mk" .include "../../textproc/t1lib/buildlink.mk" |