aboutsummaryrefslogtreecommitdiff
path: root/ftp/proftpd-mysql
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-07-23 21:12:43 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-07-23 21:12:43 +0000
commite654a6aadda9bafb4423678d80368ad85800794f (patch)
tree692781fb084c095e4260d210e75930099b9a328d /ftp/proftpd-mysql
parent977a4b166321a6fee6b969e66fcfae1adf269f9f (diff)
downloadports-e654a6aadda9bafb4423678d80368ad85800794f.tar.gz
ports-e654a6aadda9bafb4423678d80368ad85800794f.zip
- Assign to the proftpd maintainer (beech) at his consent
- Clean up a bit
Notes
Notes: svn path=/head/; revision=196150
Diffstat (limited to 'ftp/proftpd-mysql')
-rw-r--r--ftp/proftpd-mysql/Makefile15
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"