diff options
author | max <max@FreeBSD.org> | 1997-07-20 20:52:19 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-20 20:52:19 +0000 |
commit | e30f4ec445bc8b104686690a23e84c1113357ab5 (patch) | |
tree | ba1a4298821bc69c1222279dfbc2d64ea6bee901 /japanese | |
parent | c63cc0fbed1498c5ae507c19ae7a6c57662ae38b (diff) | |
download | FreeBSD-ports-e30f4ec445bc8b104686690a23e84c1113357ab5.zip FreeBSD-ports-e30f4ec445bc8b104686690a23e84c1113357ab5.tar.gz |
One of the MASTER_SITES didn't really have the distfile.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/oleo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index 68d39c0..ca1c936 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -3,14 +3,13 @@ # Date created: 2 March 1997 # Whom: Yoshiro MIHIRA # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/07/20 17:32:30 max Exp $ # DISTNAME= oleo-1.6 PKGNAME= jp-oleo-1.6 CATEGORIES= japanese math -MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ - ${MASTER_SITE_GNU} +MASTER_SITES= ${MASTER_SITE_GNU} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} oleo-doc.tar.gz PATCH_SITES= http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/ |