diff options
author | uebayasi <uebayasi> | 2002-03-22 11:13:41 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2002-03-22 11:13:41 +0000 |
commit | 74c1fb85337cc648abb9847ae9effe8954f9161c (patch) | |
tree | 4b025b96aac3cd82b2b09f25f3e5ef539f06f0cf /shells/tcsh/Makefile | |
parent | bfb344cae295fcb634e29b6cd1a7d590b8744b7c (diff) | |
download | pkgsrc-74c1fb85337cc648abb9847ae9effe8954f9161c.tar.gz |
* Add HOMEPAGE (http://www.tcsh.org/).
* echo -> ${ECHO}, sed -> ${SED}.
Diffstat (limited to 'shells/tcsh/Makefile')
-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 |