summaryrefslogtreecommitdiff
path: root/graphics/pixmap/PLIST
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-11-30 08:43:16 +0000
committerobache <obache@pkgsrc.org>2008-11-30 08:43:16 +0000
commitdca0625c6bf96ac928483683443d51f94d7a63ec (patch)
tree3980d2685c5e13a2c40469c6392cce302304c6fe /graphics/pixmap/PLIST
parent13ad1a8f4bdc5041b10dfb443983623cda15327b (diff)
downloadpkgsrc-dca0625c6bf96ac928483683443d51f94d7a63ec.tar.gz
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.
Diffstat (limited to 'graphics/pixmap/PLIST')
-rw-r--r--graphics/pixmap/PLIST8
1 files changed, 4 insertions, 4 deletions
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}