diff options
author | agc <agc> | 2001-07-27 20:32:01 +0000 |
---|---|---|
committer | agc <agc> | 2001-07-27 20:32:01 +0000 |
commit | 378e2dcafb50d7317fc64d599227b21d70055b9e (patch) | |
tree | 466cd868f6e435cba733a17d2600d1f6ce8c7d32 /shells | |
parent | 5b27f27adf1c641a76aefc4dfb322e5e8ae4cbe2 (diff) | |
download | pkgsrc-378e2dcafb50d7317fc64d599227b21d70055b9e.tar.gz |
Fix a typo in the comment field. I wish I could type properly.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/standalone-tcsh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/standalone-tcsh/Makefile b/shells/standalone-tcsh/Makefile index b9733243f3a..1b1f109ce37 100644 --- a/shells/standalone-tcsh/Makefile +++ b/shells/standalone-tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/27 19:52:45 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/07/27 20:32:01 agc Exp $ # NO_MTREE= YES @@ -7,7 +7,7 @@ NO_MTREE= YES WRKSRC:= ${WRKDIR}/${PKGNAME} PKGNAME:= standalone-${PKGNAME} -COMMENT:= Standlone version of the ${COMMENT} +COMMENT:= Standalone version of the ${COMMENT} LDFLAGS+= -static LOCALBASE= / |