diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-23 16:30:35 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-23 16:30:35 +0000 |
commit | 72031a8cb5062a722016a83186e0c3cbb9a43740 (patch) | |
tree | 9dc45fa7489e8c792ea24900465bdf9f3aee8ef0 | |
parent | * Modified patches to support CFLAGS/PREFIX properly (diff) |
Fixed PATCH_SITES.
PR: 15244
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes:
svn path=/head/; revision=23891
-rw-r--r-- | japanese/gxditview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 3c66d3deb0b2..6f2d4bc95431 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -12,7 +12,7 @@ CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= groff -PATCH_SITES= ftp://ftp.ae.keio.ac.jp/pub/GNU/ \ +PATCH_SITES= ftp://ftp.lab.kdd.co.jp/Usenet/fj.sources/1996/jan/ \ ftp://ftp.hipecs.hokudai.ac.jp/pub/GNU/jp/ PATCHFILES= jgroff-0.99.diff.gz PATCH_DIST_ARGS=? -d ${WRKSRC}/.. --forward --quiet -E -p1 |