diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 08:49:30 +0000 |
commit | eb78762b4a41817456188b4c3bcec8dfffb87ea9 (patch) | |
tree | 5d3ce4ebf742d6c7efab5270043bf406d9787bd2 /misc/lv | |
parent | 2153aacca5d638114e5b89b94fc125218d87fe20 (diff) | |
download | FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.zip FreeBSD-ports-eb78762b4a41817456188b4c3bcec8dfffb87ea9.tar.gz |
Convert to PORTNAME/PORTVERSION.
Diffstat (limited to 'misc/lv')
-rw-r--r-- | misc/lv/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/lv/Makefile b/misc/lv/Makefile index 3711a7d..940eb63 100644 --- a/misc/lv/Makefile +++ b/misc/lv/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: lv -# Version required: 4.49.3 # Date created: Fri Nov 6 09:06:33 PST 1998 # Whom: sumikawa@kame.net # # $FreeBSD$ # -DISTNAME= lv4493 -PKGNAME= lv-4.49.3 +PORTNAME= lv +PORTVERSION= 4.49.3 CATEGORIES= misc MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/ +DISTNAME= lv4493 MAINTAINER= sumikawa@kame.net |