pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk pkgsrc requires PKGTOOLS_REQD>=20030918, so we don'...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/485a29e09c81
branches:  trunk
changeset: 467033:485a29e09c81
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jan 25 18:42:53 2004 +0000

description:
pkgsrc requires PKGTOOLS_REQD>=20030918, so we don't need to conditionalize
passing "-S" to pkg_admin.

diffstat:

 mk/bsd.prefs.mk |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (22 lines):

diff -r 6425eb131567 -r 485a29e09c81 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Sun Jan 25 17:32:45 2004 +0000
+++ b/mk/bsd.prefs.mk   Sun Jan 25 18:42:53 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.142 2004/01/23 17:55:17 jlam Exp $
+# $NetBSD: bsd.prefs.mk,v 1.143 2004/01/25 18:42:53 jlam Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -402,12 +402,6 @@
 MAKEFLAGS+=            PKGTOOLS_VERSION="${PKGTOOLS_VERSION}"
 .endif
 
-.if ${PKGTOOLS_VERSION} >= 20030918
-_NULL_SUFFIX=          -S
-.else
-_NULL_SUFFIX=          -s ""
-.endif
-
 USE_BUILDLINK2?=       no      # default to not using buildlink2
 USE_BUILDLINK3?=       no      # default to not using buildlink3
 .if ${PKG_INSTALLATION_TYPE} == "pkgviews"



Home | Main Index | Thread Index | Old Index