diff options
author | darcy <darcy@pkgsrc.org> | 2000-08-02 20:42:44 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2000-08-02 20:42:44 +0000 |
commit | 039a5728364be81c8787a89d3e85e30df3568cb4 (patch) | |
tree | 4bc4542a94be00ff7939eca7a076f1ce313a2433 /fonts | |
parent | 4023a79980046aa1e7ef24525de1d38ce6c08eba (diff) | |
download | pkgsrc-039a5728364be81c8787a89d3e85e30df3568cb4.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 |