diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-12 05:31:29 +0000 |
commit | 343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0 (patch) | |
tree | af192acb44bc78babb8295dfaebfa76b487f1087 /ftp/ftplocate | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) | |
download | ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.tar.gz ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.zip |
PORTNAME/PORTVERSION stuff
Notes
Notes:
svn path=/head/; revision=27456
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/ |