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/eb/Makefile | |
parent | Fix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. (diff) |
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.
Okay, 60% of `japanese' ports have been done. :)
Notes
Notes:
svn path=/head/; revision=27449
Diffstat (limited to 'japanese/eb/Makefile')
-rw-r--r-- | japanese/eb/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/japanese/eb/Makefile b/japanese/eb/Makefile index 3fb9f2b7eade..8345605c4736 100644 --- a/japanese/eb/Makefile +++ b/japanese/eb/Makefile @@ -1,23 +1,24 @@ # New ports collection makefile for: eb -# Version required: 2.3.7 # Date created: 20 Jan 1999 # Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp> # # $FreeBSD$ # -DISTNAME= eb-2.3.7 -PKGNAME= ja-eb-2.3.7 +PORTNAME= eb +PORTVERSION= 2.3.7 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ -DISTFILES= ${EBFILES} ${APPENDIXFILES} +DISTFILES= ${EBFILES} \ + ${APPENDIXFILES} +EXTRACT_ONLY= ${EBFILES} PATCH_SITES= ${MASTER_SITES} -PATCHFILES= eb-2.3.7+.diff +PATCHFILES= ${DISTNAME}+.diff MAINTAINER= takamune@avrl.mei.co.jp -EBFILES= ${DISTNAME}.tar.gz +EBFILES= ${DISTNAME}${EXTRACT_SUFX} APPENDIXFILES= appendix/cencro-1.0.tar.gz \ appendix/chujiten-2.3.tar.gz \ appendix/chujiten2-2.0.tar.gz \ @@ -44,8 +45,6 @@ APPENDIXFILES= appendix/cencro-1.0.tar.gz \ appendix/readers2-2.0.tar.gz LISTFILES= LIST LIST-ja -EXTRACT_ONLY= ${EBFILES} - DIST_SUBDIR= eb USE_LIBTOOL= yes CONFIGURE_ARGS= --with-zlib |