open-src/app/xlsatoms/Makefile
changeset 493 f43507b5737d
parent 289 bd2a2d0c9622
child 851 d428083dbbdd
--- a/open-src/app/xlsatoms/Makefile	Fri Aug 08 16:28:28 2008 -0700
+++ b/open-src/app/xlsatoms/Makefile	Fri Aug 08 16:27:37 2008 -0700
@@ -2,7 +2,7 @@
 #
 # xlsatoms 1.x Makefile
 #
-# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
 # Use subject to license terms.
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -33,17 +33,17 @@
 #
 
 # Package name used in tarballs
-APP_NAME=xlsatoms
+MODULE_NAME=xlsatoms
 
 # 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 = 
 
 # 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