open-src/app/xstdcmap/Makefile
changeset 493 f43507b5737d
parent 309 cdb665e70efa
child 907 3c35d611cdaa
--- a/open-src/app/xstdcmap/Makefile	Fri Aug 08 16:28:28 2008 -0700
+++ b/open-src/app/xstdcmap/Makefile	Fri Aug 08 16:27:37 2008 -0700
@@ -30,21 +30,21 @@
 # or other dealings in this Software without prior written authorization
 # of the copyright holder.
 #
-# @(#)Makefile	1.1   08/02/08
+# @(#)Makefile	1.2   08/08/08
 #
 
 # Package name used in tarballs
-APP_NAME=xstdcmap
+MODULE_NAME=xstdcmap
 
 # Version number (used in path names)
-APP_VERS=1.0.1
+MODULE_VERSION=1.0.1
 
 # Patches to apply to source after unpacking, in order
 SOURCE_PATCHES = 6661101.patch
 
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=*.man
-SUNTOUCH_MAN_FLAGS= \
- -a '{Availability, SUNWxwplt} {Interface Stability, Committed}'
+SUN_PACKAGE=SUNWxwplt
+MODULE_STABILITY=Committed
 
 include ../Makefile.inc