summaryrefslogtreecommitdiff
path: root/shells/standalone-tcsh
diff options
context:
space:
mode:
authorgrant <grant>2004-01-29 10:03:08 +0000
committergrant <grant>2004-01-29 10:03:08 +0000
commitfdd5b16ec0668c0b902ec9c50d37258c0002e472 (patch)
treea91d2f30de67e074818461e2117ddb7698967887 /shells/standalone-tcsh
parent07df57ce678dc5df195544afdb5854c3c655914f (diff)
downloadpkgsrc-fdd5b16ec0668c0b902ec9c50d37258c0002e472.tar.gz
define PATCHDIR before the inclusion of bsd.prefs.mk. fixes implicit
gpatch build dependency.
Diffstat (limited to 'shells/standalone-tcsh')
-rw-r--r--shells/standalone-tcsh/Makefile5
1 files 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