diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 09:32:05 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 09:32:05 +0000 |
commit | 625e9e360a740f0cc2ee7b6a4ca00e2e7c16afe3 (patch) | |
tree | 0b9981c8fc27a4596cd6a8253d53776974239b2d /misc | |
parent | d6493a633871dd282b70c3d56af339ab2fa5f3f6 (diff) | |
download | FreeBSD-ports-625e9e360a740f0cc2ee7b6a4ca00e2e7c16afe3.zip FreeBSD-ports-625e9e360a740f0cc2ee7b6a4ca00e2e7c16afe3.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/magicpoint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/magicpoint/Makefile b/misc/magicpoint/Makefile index e7f8cdf..de7d72f 100644 --- a/misc/magicpoint/Makefile +++ b/misc/magicpoint/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: magicpoint -# Version required: 1.05a # Date created: 24 December 1997 # Whom: itojun@itojun.org # @@ -7,8 +6,8 @@ # # "?=" and "+=" are for localized (i.e. Japanese) version -DISTNAME= magicpoint-1.06a -PKGNAME?= magicpoint-1.06a +PORTNAME= magicpoint +PORTVERSION= 1.06a CATEGORIES+= misc MASTER_SITES= ftp://ftp.mew.org/pub/MagicPoint/ |