diff options
author | darcy <darcy> | 2000-08-02 20:42:44 +0000 |
---|---|---|
committer | darcy <darcy> | 2000-08-02 20:42:44 +0000 |
commit | a0cfe7639571a79a7ec891e257a311de1472de6c (patch) | |
tree | 4bc4542a94be00ff7939eca7a076f1ce313a2433 /fonts | |
parent | 73b1f0b7c77b3a4663e2e13a28ac1a175376ba89 (diff) | |
download | pkgsrc-a0cfe7639571a79a7ec891e257a311de1472de6c.tar.gz |
Added EXTRACT_SUFX so that it can find the tar file at ftp.NetBSD.org. Note
that the master site has been down for some time so I can't confirm that
that tar file has a tar.gz ending but I assume that it must be the same.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/watanabe_vfont/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/watanabe_vfont/Makefile b/fonts/watanabe_vfont/Makefile index e37a6ec889e..5b4c3d11714 100644 --- a/fonts/watanabe_vfont/Makefile +++ b/fonts/watanabe_vfont/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/05/12 18:39:35 sakamoto Exp $ +# $NetBSD: Makefile,v 1.2 2000/08/02 20:42:44 darcy Exp $ # DISTNAME= watanabe-vf PKGNAME= watanabe-vfont-19930318 CATEGORIES= fonts MASTER_SITES= ftp://ftp.kuis.kyoto-u.ac.jp/TeX/watanabe-jfonts/ +EXTRACT_SUFX= .tar.gz MAINTAINER= tech-pkg-ja@jp.netbsd.org |