diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 03:09:11 +0800 |
commit | 131ffd06e984e988ee9c1c844568abdecd9f9ed4 (patch) | |
tree | 1ef79a394b0fe31c22015536e3350783acefb970 /sysutils/lavaps | |
parent | 91082f1a1075c587148cdc85cbe1196f175a18e6 (diff) | |
download | freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.gz freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.tar.zst freebsd-ports-gnome-131ffd06e984e988ee9c1c844568abdecd9f9ed4.zip |
Update with the new PORTNAME/PORTVERSION variable
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r-- | sysutils/lavaps/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile index bb5154d501da..2b38b494ad78 100644 --- a/sysutils/lavaps/Makefile +++ b/sysutils/lavaps/Makefile @@ -1,13 +1,12 @@ -# Generated automatically from Makefile.in by configure. -# New ports collection makefile for: lavaps -# Version required: 1.8 -# Date created: 11-Oct-99 -# Whom: johnh@isi.edu +# New ports collection makefile for: lavaps +# Date created: 11-Oct-99 +# Whom: johnh@isi.edu # # $FreeBSD$ # -DISTNAME= lavaps-1.8 +PORTNAME= lavaps +PORTVERSION= 1.8 CATEGORIES= sysutils MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ |