diff options
Diffstat (limited to 'japanese/ebw3/Makefile')
-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: |