open-src/app/luit/Makefile
changeset 970 272328fe1b4a
parent 946 c4381a29a60a
child 1068 0dc26c96a5af
--- a/open-src/app/luit/Makefile	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/app/luit/Makefile	Fri Jul 02 21:03:57 2010 -0700
@@ -39,13 +39,27 @@
 SOURCE_PATCHES = solaris-man.patch \
 	6824625.patch
 
+# pkg(5) name we deliver the files in (override default)
+MODULE_PKGNAME=terminal/$(MODULE_NAME)
+MODULE_PKGNAME_SET=yes
+
+# Package classification (override default)
+MODULE_PKGCLASS=Applications/System Utilities
+MODULE_PKGCLASS_SET=yes
+
+# ARC cases that covered this module
+# PSARC/2008/100 luit
+MODULE_ARC_CASES = PSARC/2008/100
+
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=*.man
-SUN_PACKAGE=SUNWxwopt
 MODULE_STABILITY=Uncommitted
 
 # Need to link with libfontenc in server private directory
 MODULE_LDFLAGS=$(X11_SERVERLIBS_LDFLAGS)
 
+# Compatibility links from /usr/X11/bin to /usr/bin
+MODULE_X11_BINCOMPAT_LINKS = luit
+
 include ../Makefile.inc