diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-18 21:40:44 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-18 21:40:44 +0000 |
commit | 058ac2968b0955420031ed05609a12d51f7bf405 (patch) | |
tree | 8e98843f1ce57aa04975f440069e4563bdab3915 /mk/platform/Darwin.mk | |
parent | 32928b19285a864da1efa398c0c60b6958536c5a (diff) | |
download | pkgsrc-058ac2968b0955420031ed05609a12d51f7bf405.tar.gz |
Remove leftover code sections guarded by _USE_PLIST_MODULE which was
mainlined long ago.
Diffstat (limited to 'mk/platform/Darwin.mk')
-rw-r--r-- | mk/platform/Darwin.mk | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/mk/platform/Darwin.mk b/mk/platform/Darwin.mk index 7f4768ef533..12c939a5e68 100644 --- a/mk/platform/Darwin.mk +++ b/mk/platform/Darwin.mk @@ -1,4 +1,4 @@ -# $NetBSD: Darwin.mk,v 1.16 2006/01/12 23:43:57 jlam Exp $ +# $NetBSD: Darwin.mk,v 1.17 2006/03/18 21:40:44 jlam Exp $ # # Variable definitions for the Darwin operating system. @@ -52,13 +52,8 @@ IMAKE_LIBMAN_DIR= ${IMAKE_MAN_SOURCE_PATH}3 IMAKE_FILEMAN_DIR= ${IMAKE_MAN_SOURCE_PATH}5 IMAKE_GAMEMAN_DIR= ${IMAKE_MAN_SOURCE_PATH}6 IMAKE_MANNEWSUFFIX= ${IMAKE_MAN_SUFFIX} -.if defined(_USE_PLIST_MODULE) IMAKE_MANINSTALL?= maninstall catinstall -.endif -.if !defined(_USE_PLIST_MODULE) -_DO_SHLIB_CHECKS= yes # on installation, fixup PLIST for shared libs -.endif .if ${OS_VERSION:R} >= 6 _OPSYS_HAS_INET6= yes # IPv6 is standard .else @@ -74,9 +69,6 @@ _OPSYS_COMPILER_RPATH_FLAG= -L # compiler flag to pass rpaths to linker _OPSYS_SHLIB_TYPE= dylib # shared lib type _PATCH_CAN_BACKUP= yes # native patch(1) can make backups _PATCH_BACKUP_ARG?= -V simple -b -z # switch to patch(1) for backup suffix -.if !defined(_USE_PLIST_MODULE) -_PREFORMATTED_MAN_DIR= cat # directory where catman pages are -.endif _USE_GNU_GETTEXT= no # Don't use GNU gettext _USE_RPATH= no # don't add rpath to LDFLAGS |