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/wu-ftpd | |
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/wu-ftpd')
-rw-r--r-- | ftp/wu-ftpd/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ftp/wu-ftpd/Makefile b/ftp/wu-ftpd/Makefile index 5ad84e730b6a..7e9391cdaa18 100644 --- a/ftp/wu-ftpd/Makefile +++ b/ftp/wu-ftpd/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: wu-ftpd -# Version required: 2.6.* # Date created: 18 Oct 1994 # Whom: torstenb # @@ -8,11 +7,12 @@ # REMINDER: to use ftpaccess(5) you need to specify -a in command line, # it is changed from previous versions -DISTNAME= wu-ftpd-2.6.0 +PORTNAME= wu-ftpd +PORTVERSION= 2.6.0 CATEGORIES= ftp -MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ +MASTER_SITES= ftp://ftp.wu-ftpd.org/pub/wu-ftpd/ -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org Y2K= http://www.cetis.hvu.nl/~koos/wu-ftpd-faq.html#QA35 |