Remove unused SCRIPTDIR variable.
This commit is contained in:
parent
ad3428b0e7
commit
3e1a000ebc
1 changed files with 1 additions and 2 deletions
|
@ -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
|
# Make file, included to get the site preferences, if any. Should
|
||||||
# only be included by package Makefiles before any .if defined()
|
# only be included by package Makefiles before any .if defined()
|
||||||
|
@ -522,7 +522,6 @@ PACKAGES?= ${PKGSRCDIR}/packages
|
||||||
TEMPLATES?= ${PKGSRCDIR}/templates
|
TEMPLATES?= ${PKGSRCDIR}/templates
|
||||||
|
|
||||||
PATCHDIR?= ${.CURDIR}/patches
|
PATCHDIR?= ${.CURDIR}/patches
|
||||||
SCRIPTDIR?= ${.CURDIR}/scripts
|
|
||||||
FILESDIR?= ${.CURDIR}/files
|
FILESDIR?= ${.CURDIR}/files
|
||||||
PKGDIR?= ${.CURDIR}
|
PKGDIR?= ${.CURDIR}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue