From a492fbd95b826a152481741e46dc77ca13238539 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 29 Jan 2004 10:03:08 +0000 Subject: define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicit gpatch build dependency. --- shells/standalone-tcsh/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 3e7729f8879..ba9399d5b60 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/01/20 12:25:54 agc Exp $ +# $NetBSD: Makefile,v 1.14 2004/01/29 10:03:08 grant Exp $ # NO_MTREE= YES @@ -8,12 +8,12 @@ PKGNAME= standalone-${DISTNAME} PKG_SHELL= /bin/tcsh WRKSRC= ${WRKDIR}/${DISTNAME} +PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches .include "../../shells/tcsh/Makefile" COMMENT:= Standalone version of the Extended C-shell -PATCH:= ${PATCH} PKG_INFO:= ${PKG_INFO} PKG_CREATE:= ${PKG_CREATE} PREFIX= / @@ -22,7 +22,6 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin CONFIGURE_ARGS+= --mandir=/usr/share/man DISTINFO_FILE= ${.CURDIR}/../../shells/tcsh/distinfo -PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches .if ${OPSYS} != "SunOS" LDFLAGS+= -static -- cgit v1.2.3