summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-05-01 21:45:46 +0000
committeragc <agc@pkgsrc.org>2003-05-01 21:45:46 +0000
commit329df47559c7a022280822966ea88be03232fd9a (patch)
tree4841a1bc0c45c6ddda68e19306329788e552d6aa /shells
parentfec2cef1f6e9c4fc243f50e6bf1337f0279b9abe (diff)
downloadpkgsrc-329df47559c7a022280822966ea88be03232fd9a.tar.gz
Nail down the value of ${PATCH} before changing ${LOCALBASE}, so that
systems which can define ${PATCH} in terms of ${LOCALBASE} (like Solaris) can build this package.
Diffstat (limited to 'shells')
-rw-r--r--shells/standalone-tcsh/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile
index 942c8ac3ace..338a8cd4090 100644
--- a/shells/standalone-tcsh/Makefile
+++ b/shells/standalone-tcsh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/04/04 17:32:51 abs Exp $
+# $NetBSD: Makefile,v 1.8 2003/05/01 21:45:46 agc Exp $
#
NO_MTREE= YES
@@ -13,6 +13,7 @@ PKG_SHELL= /bin/tcsh
COMMENT:= Standalone version of the Extended C-shell
LDFLAGS+= -static
+PATCH:= ${PATCH}
LOCALBASE= /
NLSDIR= usr/share/nls
CONFIGURE_ARGS= --prefix=${PREFIX} --bindir=/bin