diff options
author | agc <agc> | 2003-05-01 21:45:46 +0000 |
---|---|---|
committer | agc <agc> | 2003-05-01 21:45:46 +0000 |
commit | 1303073201f28f52842729c11194867e61ee247a (patch) | |
tree | 4841a1bc0c45c6ddda68e19306329788e552d6aa /shells | |
parent | 4a500ef6457fe766f43bd73dcd26e486dbcacdd8 (diff) | |
download | pkgsrc-1303073201f28f52842729c11194867e61ee247a.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 |