diff options
author | abs <abs> | 2005-12-19 14:12:31 +0000 |
---|---|---|
committer | abs <abs> | 2005-12-19 14:12:31 +0000 |
commit | 80cd0b878b41914c464cb4ef0dfda91007922995 (patch) | |
tree | 5eafe0427e79cc0e07c4cddc7f7cc9141c822184 /shells | |
parent | fe2c0e57a6b9cae0b64ff3cbf99a7a46717aa07f (diff) | |
download | pkgsrc-80cd0b878b41914c464cb4ef0dfda91007922995.tar.gz |
Remove the following which breaks under the current pkgsrc infrastructure:
PKG_INFO:= ${PKG_INFO}
PKG_CREATE:= ${PKG_CREATE}
Diffstat (limited to 'shells')
-rw-r--r-- | shells/standalone-tcsh/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index 700eef1f2af..4ee2df4a3cc 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/12/05 23:55:19 rillig Exp $ +# $NetBSD: Makefile,v 1.19 2005/12/19 14:12:31 abs Exp $ # NO_MTREE= YES @@ -13,8 +13,6 @@ PATCHDIR= ${.CURDIR}/../../shells/tcsh/patches COMMENT:= Standalone version of the Extended C-shell MAINTAINER= agc@NetBSD.org -PKG_INFO:= ${PKG_INFO} -PKG_CREATE:= ${PKG_CREATE} PREFIX= / NLSDIR= usr/share/nls CONFIGURE_ARGS+= --prefix=${PREFIX:Q} |