open-src/xserver/Makefile.inc
changeset 970 272328fe1b4a
parent 967 efbd0ee6805d
child 1003 a4d17d6bc179
--- a/open-src/xserver/Makefile.inc	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/xserver/Makefile.inc	Fri Jul 02 21:03:57 2010 -0700
@@ -28,6 +28,13 @@
 
 MODTYPE=xserver
 
+# Defaults for pkg names in this area
+MODTYPE_PKGHIER=x11/server
+MODTYPE_PKGHIER_SET=yes
+MODULE_PKGTAIL_DEFAULT		= $(MODULE_PKGTAIL_SET:yes=$(POUND_SIGN))
+$(MODULE_PKGTAIL_DEFAULT)	MODULE_PKGTAIL:sh=basename $(pwd)
+MODULE_PKGTAIL_SET	      	= yes
+
 ### Include common definitions
 include $(TOP)/open-src/common/Makefile.init