diff options
author | nectar <nectar@FreeBSD.org> | 2002-02-07 06:40:05 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2002-02-07 06:40:05 +0800 |
commit | a947fdc9ebfecfb35cd61a5058a239769c8866b9 (patch) | |
tree | 23e69fdd19a9539611ef3c4c3164fb80e55a3fa9 /shells/esh/Makefile | |
parent | 087b52d65c7b0a464847cd0c95e3139a90074337 (diff) | |
download | freebsd-ports-gnome-a947fdc9ebfecfb35cd61a5058a239769c8866b9.tar.gz freebsd-ports-gnome-a947fdc9ebfecfb35cd61a5058a239769c8866b9.tar.zst freebsd-ports-gnome-a947fdc9ebfecfb35cd61a5058a239769c8866b9.zip |
Update 0.8 -> 0.8.5.
Release MAINTAINER.
Diffstat (limited to 'shells/esh/Makefile')
-rw-r--r-- | shells/esh/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile index 394b3de02c87..cc965e8b2724 100644 --- a/shells/esh/Makefile +++ b/shells/esh/Makefile @@ -6,15 +6,17 @@ # PORTNAME= esh -PORTVERSION= 0.8 +PORTVERSION= 0.8.5 CATEGORIES= shells -MASTER_SITES= MASTER_SITE_LOCAL -MASTER_SITE_SUBDIR= +MASTER_SITES= http://slon.ttk.ru/esh/ -MAINTAINER= nectar@FreeBSD.org +MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/esh +pre-build: + @(cd ${WRKSRC} && ${MAKE} clean) + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/esh ${PREFIX}/bin/esh @${ECHO} "updating /etc/shells" |