diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 06:44:13 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-21 06:44:13 +0000 |
commit | 44a1f663905d465f1db2c3a0375456b8dbf01e8f (patch) | |
tree | 9f1cafde1b7453993f27d74fc0b3b11f530076b4 /japanese/oleo | |
parent | Add a few programs and manpages. Gawd, I screwed this one up or what? (diff) |
Backout my previous commit.
Suggested by: sanpei@yy.cs.keio.ac.jp
Notes
Notes:
svn path=/head/; revision=7393
Diffstat (limited to 'japanese/oleo')
-rw-r--r-- | japanese/oleo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile index ca1c936ebbcb..a60e5314d5da 100644 --- a/japanese/oleo/Makefile +++ b/japanese/oleo/Makefile @@ -3,13 +3,14 @@ # Date created: 2 March 1997 # Whom: Yoshiro MIHIRA # -# $Id: Makefile,v 1.1.1.1 1997/07/20 17:32:30 max Exp $ +# $Id: Makefile,v 1.1 1997/07/20 17:32:30 max Exp $ # DISTNAME= oleo-1.6 PKGNAME= jp-oleo-1.6 CATEGORIES= japanese math -MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \ + ${MASTER_SITE_GNU} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} oleo-doc.tar.gz PATCH_SITES= http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/ |