pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/standalone-tcsh define PATCHDIR before the incl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98f805ad5c0a
branches:  trunk
changeset: 467332:98f805ad5c0a
user:      grant <grant%pkgsrc.org@localhost>
date:      Thu Jan 29 10:03:08 2004 +0000

description:
define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicit
gpatch build dependency.

diffstat:

 shells/standalone-tcsh/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r 6a2e616a965e -r 98f805ad5c0a shells/standalone-tcsh/Makefile
--- a/shells/standalone-tcsh/Makefile   Thu Jan 29 09:44:48 2004 +0000
+++ b/shells/standalone-tcsh/Makefile   Thu Jan 29 10:03:08 2004 +0000
@@ -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 @@
 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+=       --mandir=/usr/share/man
 
 DISTINFO_FILE=         ${.CURDIR}/../../shells/tcsh/distinfo
-PATCHDIR=              ${.CURDIR}/../../shells/tcsh/patches
 
 .if ${OPSYS} != "SunOS"
 LDFLAGS+=              -static



Home | Main Index | Thread Index | Old Index