open-src/app/xprop/Makefile
changeset 493 f43507b5737d
parent 371 d0a78a85764b
child 851 d428083dbbdd
--- a/open-src/app/xprop/Makefile	Fri Aug 08 16:28:28 2008 -0700
+++ b/open-src/app/xprop/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.2   08/03/19
+# @(#)Makefile	1.3   08/08/08
 #
 
 # Package name used in tarballs
-APP_NAME=xprop
+MODULE_NAME=xprop
 
 # Version number (used in path names)
-APP_VERS=1.0.4
+MODULE_VERSION=1.0.4
 
 # 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