summaryrefslogtreecommitdiff
path: root/shells/tcsh
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2002-03-22 11:13:41 +0000
committeruebayasi <uebayasi@pkgsrc.org>2002-03-22 11:13:41 +0000
commita4edfe20e80d780ced2ee15c878ab8eb097d05ef (patch)
tree4b025b96aac3cd82b2b09f25f3e5ef539f06f0cf /shells/tcsh
parent328661a7518e61be3bb4a20a55d7cba52952186c (diff)
downloadpkgsrc-a4edfe20e80d780ced2ee15c878ab8eb097d05ef.tar.gz
* Add HOMEPAGE (http://www.tcsh.org/).
* echo -> ${ECHO}, sed -> ${SED}.
Diffstat (limited to 'shells/tcsh')
-rw-r--r--shells/tcsh/Makefile5
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