diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/libimg | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) |
Notes
Diffstat (limited to 'japanese/libimg')
-rw-r--r-- | japanese/libimg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/libimg/Makefile b/japanese/libimg/Makefile index c312576e175a..5c1a24e307de 100644 --- a/japanese/libimg/Makefile +++ b/japanese/libimg/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: img -# Version required: 1.2b2 # Date created: 25 March 1999 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # # $FreeBSD$ # -DISTNAME= img1.2b2 -PKGNAME= ja-libimg-1.2b2 +PORTNAME= libimg +PORTVERSION= 1.2b2 CATEGORIES= graphics tk80 japanese MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/packages-8.0/graphics/Img/1.2/ \ http://www.aaa-int.or.jp/~jfactory/TkStep/dist/ +DISTNAME= img${PORTVERSION} MAINTAINER= kiri@pis.toba-cmt.ac.jp |