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/wu-ftpd/Makefile | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) | |
download | ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.tar.gz ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.zip |
Notes
Diffstat (limited to 'ftp/wu-ftpd/Makefile')
-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 |