diff options
author | krion <krion@FreeBSD.org> | 2004-05-19 16:52:30 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-19 16:52:30 +0800 |
commit | b3a6633eecac4e12d2472bcada816a6b5448f2e9 (patch) | |
tree | 3411915a5837c19224f44551cfb3f7a3d01677b7 /shells | |
parent | 84cea15c2db18cc7b2d9fdfb69baaafb71a58b40 (diff) | |
download | freebsd-ports-gnome-b3a6633eecac4e12d2472bcada816a6b5448f2e9.tar.gz freebsd-ports-gnome-b3a6633eecac4e12d2472bcada816a6b5448f2e9.tar.zst freebsd-ports-gnome-b3a6633eecac4e12d2472bcada816a6b5448f2e9.zip |
- Fix MASTER_SITES
- Pet portlint
PR: ports/66861
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
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 |