diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-12 13:31:29 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-12 13:31:29 +0800 |
commit | ce2b300e93cbd5208230322899a643c83f1f1196 (patch) | |
tree | 7d0c16dce15851ff8eaf43aefc5fd139e922d485 /ftp/ftplocate | |
parent | 7d5c65431aad0162dcd5aa917c5d1646dfb02c22 (diff) | |
download | freebsd-ports-gnome-ce2b300e93cbd5208230322899a643c83f1f1196.tar.gz freebsd-ports-gnome-ce2b300e93cbd5208230322899a643c83f1f1196.tar.zst freebsd-ports-gnome-ce2b300e93cbd5208230322899a643c83f1f1196.zip |
PORTNAME/PORTVERSION stuff
Diffstat (limited to 'ftp/ftplocate')
-rw-r--r-- | ftp/ftplocate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile index 338550eb8625..d01f7e9409ca 100644 --- a/ftp/ftplocate/Makefile +++ b/ftp/ftplocate/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: Ftplocate -# Version required: 2.01 # Date created: 7 December 1999 # Whom: tung@turtle.ee.ncku.edu.tw # # $FreeBSD$ # -DISTNAME= ftplocate-2.01 +PORTNAME= ftplocate +PORTVERSION= 2.01 CATEGORIES= ftp www MASTER_SITES= ftp://ftp.ee.ncku.edu.tw/pub/ftplocate/ |