open-src/app/xcolor/Makefile
changeset 970 272328fe1b4a
parent 943 294f64612d23
child 977 46c5e46c27fb
--- a/open-src/app/xcolor/Makefile	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/app/xcolor/Makefile	Fri Jul 02 21:03:57 2010 -0700
@@ -2,7 +2,7 @@
 #
 # xcolor 1.x Makefile
 #
-# Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
 # copy of this software and associated documentation files (the "Software"),
@@ -28,6 +28,10 @@
 # Package name used in tarballs
 MODULE_NAME=xcolor
 
+# pkg(5) name we deliver the files in (override default)
+MODULE_PKGNAME=x11/utility/colormap-utilities
+MODULE_PKGNAME_SET=yes
+
 # No upstream sources for these files, since they're Solaris-specific
 MODULE_VERSION=src
 SOURCE_TARBALL_NAME=NONE
@@ -46,7 +50,9 @@
 
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=# None
-SUN_PACKAGE=SUNWxwopt
 MODULE_STABILITY=Committed
 
+# Compatibility links from /usr/X11/bin to /usr/bin
+MODULE_X11_BINCOMPAT_LINKS = xcolor
+
 include ../Makefile.inc