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/proftpd | |
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/proftpd')
-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 |