diff options
author | knu <knu@FreeBSD.org> | 2000-04-13 17:32:05 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-04-13 17:32:05 +0800 |
commit | 625e9e360a740f0cc2ee7b6a4ca00e2e7c16afe3 (patch) | |
tree | 0b9981c8fc27a4596cd6a8253d53776974239b2d /misc/magicpoint | |
parent | d6493a633871dd282b70c3d56af339ab2fa5f3f6 (diff) | |
download | freebsd-ports-gnome-625e9e360a740f0cc2ee7b6a4ca00e2e7c16afe3.tar.gz freebsd-ports-gnome-625e9e360a740f0cc2ee7b6a4ca00e2e7c16afe3.tar.zst freebsd-ports-gnome-625e9e360a740f0cc2ee7b6a4ca00e2e7c16afe3.zip |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc/magicpoint')
-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 e7f8cdf81a82..de7d72f7a919 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/ |