diff options
author | sat <sat@FreeBSD.org> | 2007-07-24 05:12:43 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-07-24 05:12:43 +0800 |
commit | ab2fd1c6b7721b190ce798c535c6a21ba196d65e (patch) | |
tree | 13f439f479871d73b097c3ecfd15ed4dd3cb2c90 /ftp/proftpd-mysql | |
parent | 19c5c94c285ef9a781b0e1ba68e30f62f2d985f5 (diff) | |
download | freebsd-ports-gnome-ab2fd1c6b7721b190ce798c535c6a21ba196d65e.tar.gz freebsd-ports-gnome-ab2fd1c6b7721b190ce798c535c6a21ba196d65e.tar.zst freebsd-ports-gnome-ab2fd1c6b7721b190ce798c535c6a21ba196d65e.zip |
- Assign to the proftpd maintainer (beech) at his consent
- Clean up a bit
Diffstat (limited to 'ftp/proftpd-mysql')
-rw-r--r-- | ftp/proftpd-mysql/Makefile | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/ftp/proftpd-mysql/Makefile b/ftp/proftpd-mysql/Makefile index 07372b8f3d8b..523ee16f6bd8 100644 --- a/ftp/proftpd-mysql/Makefile +++ b/ftp/proftpd-mysql/Makefile @@ -1,18 +1,15 @@ -# New ports collection makefile for: php4-dtc -# Date created: 11 May 2004 -# Whom: Thomas Goirand <thomas@goirand.fr> +# New ports collection makefile for: proftpd-mysql +# Date created: 11 May 2004 +# Whom: Thomas Goirand <thomas@goirand.fr> # # $FreeBSD$ -PORTNAME= proftpd PKGNAMESUFFIX= -mysql -MAINTAINER= ports@FreeBSD.org COMMENT= Highly configurable ftp daemon with MySQL support - WITH_MYSQL= yes -CONFLICTS= proftpd-1.* +CONFLICTS= proftpd-[0-9]* -MASTERDIR= ${.CURDIR}/../../ftp/proftpd +MASTERDIR= ${.CURDIR}/../proftpd -.include "${MASTERDIR}/Makefile" +.include "${MASTERDIR}/Makefile" |