diff options
author | abs <abs@pkgsrc.org> | 2005-12-19 14:12:31 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-12-19 14:12:31 +0000 |
commit | b5311f78277bff0bc90f098690a84c51712e9f89 (patch) | |
tree | 5eafe0427e79cc0e07c4cddc7f7cc9141c822184 /shells/standalone-tcsh/Makefile | |
parent | 12587e18ec903e0b6475e6689b13014fc464d01c (diff) | |
download | pkgsrc-b5311f78277bff0bc90f098690a84c51712e9f89.tar.gz |
Remove the following which breaks under the current pkgsrc infrastructure:
PKG_INFO:= ${PKG_INFO}
PKG_CREATE:= ${PKG_CREATE}
Diffstat (limited to 'shells/standalone-tcsh/Makefile')
-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} |