pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Remove unused SCRIPTDIR variable.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cee5843a52e8
branches:  trunk
changeset: 526122:cee5843a52e8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Mar 01 18:21:31 2007 +0000

description:
Remove unused SCRIPTDIR variable.

diffstat:

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

diffs (17 lines):

diff -r 955b32348329 -r cee5843a52e8 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Thu Mar 01 18:19:46 2007 +0000
+++ b/mk/bsd.prefs.mk   Thu Mar 01 18:21:31 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.244 2007/02/16 16:09:23 tonio Exp $
+# $NetBSD: bsd.prefs.mk,v 1.245 2007/03/01 18:21:31 wiz Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -522,7 +522,6 @@
 TEMPLATES?=            ${PKGSRCDIR}/templates
 
 PATCHDIR?=             ${.CURDIR}/patches
-SCRIPTDIR?=            ${.CURDIR}/scripts
 FILESDIR?=             ${.CURDIR}/files
 PKGDIR?=               ${.CURDIR}
 



Home | Main Index | Thread Index | Old Index