diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 08:52:30 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-19 08:52:30 +0000 |
commit | 1d22e7b1994e339ed7180de1a107c2f8e46f85bb (patch) | |
tree | 548ebaecee068dc1beb88fbef8fad6ac929cae2a /shells | |
parent | 7c5d26d43964785393f5c6c43c8216115f8306e6 (diff) | |
download | ports-1d22e7b1994e339ed7180de1a107c2f8e46f85bb.tar.gz ports-1d22e7b1994e339ed7180de1a107c2f8e46f85bb.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/esh/Makefile | 5 | ||||
-rw-r--r-- | shells/esh/pkg-plist | 3 |
2 files changed, 3 insertions, 5 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index ba96404580ed..ef105982a05d 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -8,14 +8,15 @@ PORTNAME= esh PORTVERSION= 0.8.5 CATEGORIES= shells -MASTER_SITES= http://slon.ttk.ru/esh/ \ - http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ +MASTER_SITES= http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/ \ http://people.FreeBSD.org/~foxfair/distfiles/ + MAINTAINER= ports@FreeBSD.org COMMENT= The "easy shell", a small shell with Lisp-like syntax WRKSRC= ${WRKDIR}/esh +INFO= esh pre-build: @(cd ${WRKSRC} && ${MAKE} clean) diff --git a/shells/esh/pkg-plist b/shells/esh/pkg-plist index 85dea259589a..eb4592f41c25 100644 --- a/shells/esh/pkg-plist +++ b/shells/esh/pkg-plist @@ -1,6 +1,3 @@ bin/esh @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells -@unexec install-info --delete %D/info/esh.info %D/info/dir -info/esh.info -@exec install-info %D/info/esh.info %D/info/dir |