use scripts from bin

This commit is contained in:
espie 2010-08-20 15:02:24 +00:00
parent 0e23b453cb
commit 34fb20b43d
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.63 2010/04/20 10:03:36 espie Exp $
# $OpenBSD: Makefile,v 1.64 2010/08/20 15:02:24 espie Exp $
# $FreeBSD: Makefile,v 1.36 1997/10/04 15:54:31 jkh Exp $
#
@ -13,7 +13,7 @@ DISTFILES_DB ?= ${.CURDIR}/infrastructure/db/locate.database
.elif defined(key) || defined(name) || defined(category) || defined(author)
# set up subdirs from the index, assume it's up-to-date
_CMD = perl ${.CURDIR}/infrastructure/build/index-retrieve index='${.CURDIR}/INDEX'
_CMD = perl ${.CURDIR}/infrastructure/bin/retrieve-index index='${.CURDIR}/INDEX'
. if defined(key)
_CMD += key='${key}'
. endif

View File

@ -1,4 +1,4 @@
# $OpenBSD: pkgpath.mk,v 1.27 2010/07/06 12:09:55 espie Exp $
# $OpenBSD: pkgpath.mk,v 1.28 2010/08/20 15:02:24 espie Exp $
# ex:ts=4 sw=4 filetype=make:
# pkgpath.mk - 2003 Marc Espie
# This file is in the public domain.
@ -13,7 +13,7 @@ DANGEROUS ?= No
.if !defined(PKGPATH)
PKGPATH != PORTSDIR_PATH=${PORTSDIR_PATH} \
perl ${PORTSDIR}/infrastructure/mk/getpkgpath ${.CURDIR}
perl ${PORTSDIR}/infrastructure/bin/getpkgpath ${.CURDIR}
. if empty(PKGPATH)
ERRORS += "Fatal: can't figure out PKGPATH"
PKGPATH =${.CURDIR}