From dca0625c6bf96ac928483683443d51f94d7a63ec Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 30 Nov 2008 08:43:16 +0000 Subject: Various fixes: * Remove copy of X11 header files for old X11, it may cause build failure with recent X, like a PR 39975. * Need rgb.txt, add dependency on x11/rgb for X11_TYPE=modular. And fix path for the file (SUBST.rgb and patch-ac). * Add DESTDIR support. it seems that rules of imake deal spaces after cammna as part of the argument (patch-ac). * Replace IMAKE_MANNEWSUFFIX with IMAKE_MAN_SUFFIX in PLIST. * hard coded errno and sys_errlist is not portable these days (patch-ab) * sort PLIST * regen patches with unfied diff. Bump PKGREVISION. --- graphics/pixmap/PLIST | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'graphics/pixmap/PLIST') diff --git a/graphics/pixmap/PLIST b/graphics/pixmap/PLIST index 6cf6a004388..ad779b976fe 100644 --- a/graphics/pixmap/PLIST +++ b/graphics/pixmap/PLIST @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST,v 1.3 2003/03/02 19:47:24 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.4 2008/11/30 08:43:16 obache Exp $ bin/pixmap -lib/X11/app-defaults/Pixmap lib/X11/Pixmap/MDown lib/X11/Pixmap/MFlipHoriz lib/X11/Pixmap/MFlipVert @@ -9,6 +8,7 @@ lib/X11/Pixmap/MLeft lib/X11/Pixmap/MRight lib/X11/Pixmap/MRotateLeft lib/X11/Pixmap/MRotateRight -lib/X11/Pixmap/Stipple lib/X11/Pixmap/MUp -${IMAKE_MAN_DIR}/pixmap.${IMAKE_MANNEWSUFFIX} +lib/X11/Pixmap/Stipple +lib/X11/app-defaults/Pixmap +${IMAKE_MAN_DIR}/pixmap.${IMAKE_MAN_SUFFIX} -- cgit v1.2.3