diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-09 14:54:59 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1999-01-09 14:54:59 +0000 |
commit | bfdb1593d4dede04cc131d68eaa7b9b8b4747da2 (patch) | |
tree | 8f980ace4c438dac7cf4aec31d533e7d6d768413 /japanese/zipcodes | |
parent | 231492bdd4999ff7cf2c60f45b2728ff9c9cc7e5 (diff) | |
download | ports-bfdb1593d4dede04cc131d68eaa7b9b8b4747da2.tar.gz ports-bfdb1593d4dede04cc131d68eaa7b9b8b4747da2.zip |
found original distribution from my archive, put that onto freefall.
unbroken the port.
Notes
Notes:
svn path=/head/; revision=15947
Diffstat (limited to 'japanese/zipcodes')
-rw-r--r-- | japanese/zipcodes/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/zipcodes/Makefile b/japanese/zipcodes/Makefile index 380513c1ed89..52d71a869846 100644 --- a/japanese/zipcodes/Makefile +++ b/japanese/zipcodes/Makefile @@ -3,19 +3,18 @@ # Date created: 5 Nov 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.7 1998/10/21 08:58:13 asami Exp $ +# $Id: Makefile,v 1.8 1999/01/09 14:45:20 itojun Exp $ # DISTNAME= ken_all PKGNAME= ja-zipcodes-19980130 CATEGORIES= japanese misc -MASTER_SITES= http://www.postal.mpt.go.jp/lzh/ +MASTER_SITES= http://www.postal.mpt.go.jp/lzh/ \ + http://freefall.freebsd.org/~itojun/distfiles/ EXTRACT_SUFX= .lzh MAINTAINER= itojun@itojun.org -BROKEN= "Post office stopped supplying the original distribution" - BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha \ nkf:${PORTSDIR}/japanese/nkf |