diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-09 07:24:42 +0800 |
commit | 6c90316493485779473db27c46fc143d72ca8a86 (patch) | |
tree | e7a5620a9b152cc5d6a909ed7144f0eb1c9828f9 /converters/ish/Makefile | |
parent | 1d04fddf5785697f7a7b908b8635aa837e9d0615 (diff) | |
download | freebsd-ports-graphics-6c90316493485779473db27c46fc143d72ca8a86.tar.gz freebsd-ports-graphics-6c90316493485779473db27c46fc143d72ca8a86.tar.zst freebsd-ports-graphics-6c90316493485779473db27c46fc143d72ca8a86.zip |
update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'converters/ish/Makefile')
-rw-r--r-- | converters/ish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/ish/Makefile b/converters/ish/Makefile index 5691c2b4487..4becaaa80cc 100644 --- a/converters/ish/Makefile +++ b/converters/ish/Makefile @@ -1,11 +1,11 @@ # New ports collection makefile for: ish -# Version required: 1.11 # Date created: 13 August 1997 # Whom: hosokawa # # $FreeBSD$ -DISTNAME= ish-1.11 +PORTNAME= ish +PORTVERSION= 1.11 CATEGORIES= converters MASTER_SITES= ftp://ports.jp.freebsd.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ |