open-src/doc/xorg-sgml-doctools/Makefile
changeset 970 272328fe1b4a
parent 946 c4381a29a60a
child 999 c88b52baf4f4
--- a/open-src/doc/xorg-sgml-doctools/Makefile	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/doc/xorg-sgml-doctools/Makefile	Fri Jul 02 21:03:57 2010 -0700
@@ -26,6 +26,10 @@
 # Package name used in tarballs
 MODULE_NAME=xorg-sgml-doctools
 
+# pkg(5) name we deliver the files in (override default)
+MODULE_PKGTAIL=xorg-docs
+MODULE_PKGTAIL_SET=yes
+
 # Version number (used in path names)
 MODULE_VERSION=1.4
 
@@ -36,5 +40,9 @@
 # Patches to apply to source after unpacking, in order
 SOURCE_PATCHES=	
 
+# doctools pkg-config file is architecture independent, so install in share
+MODTYPE_PKGCONFIG_DIR=$(PKGCONFIG_DIR_SHARE)
+MODTYPE_PKGCONFIG_DIR_SET=yes
+
 ### Include common rulesets
 include ../Makefile.inc