diff options
author | knu <knu@FreeBSD.org> | 2000-07-05 00:34:25 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-07-05 00:34:25 +0800 |
commit | eb71624a0152840378ad25cc26018e458fa65b37 (patch) | |
tree | ab0494f5893222f7d1a2d2f7d2cdf22220504ff4 /japanese/eb2/Makefile | |
parent | 9697395125b5623a78cd73bd427d4f9d158d43e5 (diff) | |
download | freebsd-ports-gnome-eb71624a0152840378ad25cc26018e458fa65b37.tar.gz freebsd-ports-gnome-eb71624a0152840378ad25cc26018e458fa65b37.tar.zst freebsd-ports-gnome-eb71624a0152840378ad25cc26018e458fa65b37.zip |
Update to 2.3.8.
Stop trying to create info/dir, as it's not indivisual ports' job.
PR: ports/19697
Submitted by: Maintainer
Diffstat (limited to 'japanese/eb2/Makefile')
-rw-r--r-- | japanese/eb2/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/japanese/eb2/Makefile b/japanese/eb2/Makefile index 68576f8fe32a..8786cd2b047c 100644 --- a/japanese/eb2/Makefile +++ b/japanese/eb2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= eb -PORTVERSION= 2.3.7 +PORTVERSION= 2.3.8 CATEGORIES= japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/ DISTFILES= ${EBFILES} \ @@ -14,9 +14,6 @@ DISTFILES= ${EBFILES} \ ${APPENDIXFILES} EXTRACT_ONLY= ${EBFILES} -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= ${DISTNAME}+.diff - MAINTAINER= takamune@avrl.mei.co.jp EBFILES= ${DISTNAME}${EXTRACT_SUFX} |