open-src/lib/libXaw4/Makefile
changeset 970 272328fe1b4a
parent 943 294f64612d23
child 977 46c5e46c27fb
--- a/open-src/lib/libXaw4/Makefile	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/lib/libXaw4/Makefile	Fri Jul 02 21:03:57 2010 -0700
@@ -32,6 +32,10 @@
 
 MODULE_NAME=libXaw4
 
+# pkg(5) name we deliver the files in (override default)
+MODULE_PKGNAME=x11/toolkit/libxaw4
+MODULE_PKGNAME_SET=yes
+
 # No upstream sources, only local sources
 MODULE_VERSION=src
 SOURCE_TARBALL_NAME=NONE
@@ -43,7 +47,6 @@
 
 # Man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES= # None
-SUN_PACKAGE=SUNWxwplt
 MODULE_STABILITY=Committed
 
 # No configure script to run
@@ -59,4 +62,7 @@
 # Link with version mapfile
 MODULE_LD_OPTIONS = -M $(PWD)/mapfile-vers
 
+# Compatibility links from /usr/X11/lib to /usr/lib
+MODULE_X11_LIBCOMPAT_LINKS = libXaw.so.4
+
 include ../Makefile.inc