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/proftpd/Makefile | |
parent | b7f08d10c0d0a613ef1f2d4f805e1e14fd1cfc4d (diff) | |
download | ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.tar.gz ports-343c80d542a8a68a6de7c4e7b02a392d8e1d6fa0.zip |
Notes
Diffstat (limited to 'ftp/proftpd/Makefile')
-rw-r--r-- | ftp/proftpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/proftpd/Makefile b/ftp/proftpd/Makefile index 1a5d87901330..3ed74182fd80 100644 --- a/ftp/proftpd/Makefile +++ b/ftp/proftpd/Makefile @@ -1,18 +1,18 @@ # New ports collection makefile for: proftpd -# Version required: 1.2.0pl10 # Date created: 26 January 1998 # Whom: Stephane Legrand # # $FreeBSD$ # -DISTNAME= proftpd-1.2.0pre10 -PKGNAME= proftpd-1.2.0p10 +PORTNAME= proftpd +PORTVERSION= 1.2.0p10 CATEGORIES= ftp MASTER_SITES= ftp://ftp.tos.net/pub/proftpd/ \ ftp://ftp.stikman.com/pub/proftpd/ \ ftp://ftp.linux.co.uk/pub/packages/proftpd/ \ ftp://ftp.drenik.net/linux/ftp/proftpd/ +DISTNAME= ${PORTNAME}-1.2.0pre10 MAINTAINER= mharo@FreeBSD.org |