summaryrefslogtreecommitdiff
path: root/mk/defs.Linux.mk
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-11-21 13:44:44 +0000
committeragc <agc@pkgsrc.org>2001-11-21 13:44:44 +0000
commit89257b87f11c68fedb78e6db33d859b5293f0221 (patch)
tree5a9075ee4fd60243a2c8953452c320d4bbb40583 /mk/defs.Linux.mk
parent03c35761dff107fdc50dc97e1e75b976f27bef37 (diff)
downloadpkgsrc-89257b87f11c68fedb78e6db33d859b5293f0221.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.Linux.mk')
-rw-r--r--mk/defs.Linux.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/mk/defs.Linux.mk b/mk/defs.Linux.mk
index 61d915f7315..aa9db8490f3 100644
--- a/mk/defs.Linux.mk
+++ b/mk/defs.Linux.mk
@@ -1,4 +1,4 @@
-# $NetBSD: defs.Linux.mk,v 1.16 2001/11/21 13:17:14 agc Exp $
+# $NetBSD: defs.Linux.mk,v 1.17 2001/11/21 13:44:44 agc Exp $
#
# Variable definitions for the Linux operating system.
@@ -65,6 +65,8 @@ ROOT_GROUP?= wheel
_DO_LIBINTL_CHECKS= no # perform checks for valid libintl
_DO_SHLIB_CHECKS= no # on installation, fixup PLIST for shared libs
-_IMAKE_MAKE= ${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
+_IMAKE_MAKE= ${MAKE} # program which gets invoked by imake
+_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= cat # directory where catman pages are
+_USE_RPATH= yes # add rpath to LDFLAGS