diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/ebw3 | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) |
Notes
Diffstat (limited to 'japanese/ebw3')
-rw-r--r-- | japanese/ebw3/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/japanese/ebw3/Makefile b/japanese/ebw3/Makefile index 768ca965cf48..7cac1430fe62 100644 --- a/japanese/ebw3/Makefile +++ b/japanese/ebw3/Makefile @@ -1,18 +1,20 @@ # New ports collection makefile for: ebw3 -# Version required: 0.2-b4 # Date created: 23 Jun 1997 # Whom: Hironori Ikura <hikura@kaisei.org> # # $FreeBSD$ # -DISTNAME= ebw3-0.2-b4 -PKGNAME= ja-ebw3-0.2b4 +PORTNAME= ebw3 +PORTVERSION= ${VERSION:S/-//} CATEGORIES= japanese MASTER_SITES= ftp://ftp.imasy.or.jp/pub/unix/net/www/ebw3/ +DISTNAME= ${PORTNAME}-${VERSION} MAINTAINER= hikura@kaisei.org +VERSION= 0.2-b4 + STARTUP_SCRIPT= $(PREFIX)/etc/rc.d/ebw3d.sh.sample post-install: |