diff options
author | agc <agc@pkgsrc.org> | 2003-05-01 21:45:46 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-05-01 21:45:46 +0000 |
commit | 329df47559c7a022280822966ea88be03232fd9a (patch) | |
tree | 4841a1bc0c45c6ddda68e19306329788e552d6aa /shells | |
parent | fec2cef1f6e9c4fc243f50e6bf1337f0279b9abe (diff) | |
download | pkgsrc-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/Makefile | 3 |
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 |