diff options
author | lukem <lukem@pkgsrc.org> | 2002-03-14 02:28:22 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2002-03-14 02:28:22 +0000 |
commit | 35dc87e3560fb7916913d065e1259b9261d4fbe8 (patch) | |
tree | a0bd892991773e9eff5971f33af5331423bc6a28 /mk/defs.NetBSD.mk | |
parent | 10a608f7edbefbf05d74dc21886074c1f49b3732 (diff) | |
download | pkgsrc-35dc87e3560fb7916913d065e1259b9261d4fbe8.tar.gz |
make _PATCH_BACKUP_ARG be more useful to callers by moving "-V simple"
definition to be part of it instead of appending to PATCH_ARGS.
otherwise, $VERSION_CONTROL or $PATCH_VERSION_CONTROL would still
override -b/-z.
Diffstat (limited to 'mk/defs.NetBSD.mk')
-rw-r--r-- | mk/defs.NetBSD.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/defs.NetBSD.mk b/mk/defs.NetBSD.mk index 42946ae6819..06c39a21d5c 100644 --- a/mk/defs.NetBSD.mk +++ b/mk/defs.NetBSD.mk @@ -1,4 +1,4 @@ -# $NetBSD: defs.NetBSD.mk,v 1.22 2002/02/27 04:41:23 yyamano Exp $ +# $NetBSD: defs.NetBSD.mk,v 1.23 2002/03/14 02:28:23 lukem Exp $ # # Variable definitions for the NetBSD operating system. @@ -79,7 +79,7 @@ _IMAKE_MAKE= ${MAKE} # program which gets invoked by imake _OPSYS_HAS_GMAKE= no # GNU make is not standard _OPSYS_HAS_MANZ= yes # MANZ controls gzipping of man pages _OPSYS_HAS_OSSAUDIO= yes # libossaudio is available -_PATCH_BACKUP_ARG= -b # switch to patch(1) to provide a backup file +_PATCH_BACKUP_ARG= -V simple -b # switch to patch(1) for backup suffix _PREFORMATTED_MAN_DIR= cat # directory where catman pages are _USE_RPATH= yes # add rpath to LDFLAGS |