diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-03-22 11:13:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-03-22 11:13:41 +0000 |
commit | a4edfe20e80d780ced2ee15c878ab8eb097d05ef (patch) | |
tree | 4b025b96aac3cd82b2b09f25f3e5ef539f06f0cf | |
parent | 328661a7518e61be3bb4a20a55d7cba52952186c (diff) | |
download | pkgsrc-a4edfe20e80d780ced2ee15c878ab8eb097d05ef.tar.gz |
* Add HOMEPAGE (http://www.tcsh.org/).
* echo -> ${ECHO}, sed -> ${SED}.
-rw-r--r-- | shells/tcsh/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index b432598f56e..b436ad3f638 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/09/23 21:01:30 tron Exp $ +# $NetBSD: Makefile,v 1.32 2002/03/22 11:13:41 uebayasi Exp $ # DISTNAME= tcsh-6.11 @@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.funet.fi/pub/unix/shells/tcsh/ MAINTAINER= kim@tac.nyc.ny.us +HOMEPAGE= http://www.tcsh.org/ COMMENT= Extended C-shell with many useful features WRKSRC= ${WRKDIR}/${PKGNAME} @@ -23,7 +24,7 @@ PLIST_SRC= ${WRKDIR}/PLIST-src .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" -OS_VERSION!= echo ${OS_VERSION} | sed -e 's|5\.|2.|' +OS_VERSION!= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|' LOWER_OPSYS= solaris${OS_VERSION} .endif |