summaryrefslogtreecommitdiff
path: root/mk/defs.SunOS.mk
diff options
context:
space:
mode:
authoragc <agc>2001-11-21 13:44:44 +0000
committeragc <agc>2001-11-21 13:44:44 +0000
commit67049e56d4fad2f2e77fe423b666a94d5cd22566 (patch)
tree5a9075ee4fd60243a2c8953452c320d4bbb40583 /mk/defs.SunOS.mk
parent67057f4642206816d14bdcb13075412b1ced130b (diff)
downloadpkgsrc-67049e56d4fad2f2e77fe423b666a94d5cd22566.tar.gz
Add _OPSYS_HAS_MANZ and _PREFORMATTED_MAN_DIR definitions to the
individual defs.${OPSYS}.mk files, and use them in bsd.pkg.mk. + _OPSYS_HAS_MANZ defines whether or not the OS does MANZ handling as standard + _PREFORMATTED_MAN_DIR is the name of directory (cat or man) where preformatted manual pages go. Rename the internal definitions used in the generation of PLIST files to start with '_'. This completes the "generic" changes to bsd.pkg.mk.
Diffstat (limited to 'mk/defs.SunOS.mk')
-rw-r--r--mk/defs.SunOS.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/defs.SunOS.mk b/mk/defs.SunOS.mk
index df15e875945..3762a3f6e70 100644
--- a/mk/defs.SunOS.mk
+++ b/mk/defs.SunOS.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.SunOS.mk,v 1.13 2001/11/21 13:17:14 agc Exp $
+# $NetBSD: defs.SunOS.mk,v 1.14 2001/11/21 13:44:44 agc Exp $
#
# Variable definitions for the SunOS/Solaris operating system.
@@ -73,5 +73,7 @@ ROOT_GROUP?= root
_DO_LIBINTL_CHECKS= yes # perform checks for valid libintl
_DO_SHLIB_CHECKS= yes # fixup PLIST for shared libs
_IMAKE_MAKE= /usr/ccs/bin/make # program which gets invoked by imake
-_PATCH_BACKUP_ARG= -z # switch to patch(1) for backup file
-_USE_RPATH= yes # add rpath to LDFLAGS
+_OPSYS_HAS_MANZ= no # no MANZ for gzipping of man pages
+_PATCH_BACKUP_ARG= -z # switch to patch(1) for backup file
+_PREFORMATTED_MAN_DIR= man # directory where catman pages are
+_USE_RPATH= yes # add rpath to LDFLAGS