open-src/app/xfsinfo/Makefile
changeset 493 f43507b5737d
parent 425 a0d3549d7d21
child 907 3c35d611cdaa
--- a/open-src/app/xfsinfo/Makefile	Fri Aug 08 16:28:28 2008 -0700
+++ b/open-src/app/xfsinfo/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/05/28
+# @(#)Makefile	1.2	08/08/08
 #
 
 # Package name used in tarballs
-APP_NAME=xfsinfo
+MODULE_NAME=xfsinfo
 
 # Version number (used in path names)
-APP_VERS=1.0.2
+MODULE_VERSION=1.0.2
 
 # 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= -p $(X11_DIR)/bin/ \
- -a '{Availability, SUNWxwplt} {Interface Stability, Committed}'
+SUN_PACKAGE=SUNWxwplt
+MODULE_STABILITY=Committed
 
 include ../Makefile.inc