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/ffsrecov | |
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/ffsrecov')
-rw-r--r-- | sysutils/ffsrecov/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/ffsrecov/Makefile b/sysutils/ffsrecov/Makefile index 4bb1cf60acd2..d0635fe6d0cd 100644 --- a/sysutils/ffsrecov/Makefile +++ b/sysutils/ffsrecov/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: ffsrecov -# Version required: no version # Date created: 4 May 1999 # Whom: jmg # # $FreeBSD$ # -DISTNAME= ffsrecov -PKGNAME= ffsrecov-0.1 +PORTNAME= ffsrecov +PORTVERSION= 0.1 CATEGORIES= sysutils MASTER_SITES= http://people.FreeBSD.org/~jmg/ +DISTNAME= ffsrecov MAINTAINER= jmg@freebsd.org |