aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authormm <mm@FreeBSD.org>2012-01-26 17:50:51 +0800
committermm <mm@FreeBSD.org>2012-01-26 17:50:51 +0800
commit7c5000ded4467ddee49998a5a9690e9dff1522c5 (patch)
treee5a9d3ff2b0f240f8fd817c9b758944ef98a1fb5 /ftp
parent584cada9a7dc2880c8dea3a1635a6aadf10daef2 (diff)
downloadfreebsd-ports-gnome-7c5000ded4467ddee49998a5a9690e9dff1522c5.tar.gz
freebsd-ports-gnome-7c5000ded4467ddee49998a5a9690e9dff1522c5.tar.zst
freebsd-ports-gnome-7c5000ded4467ddee49998a5a9690e9dff1522c5.zip
New module slave databases/proftpd-mod_sql_mysql replaces ftp/proftpd-mysql
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/proftpd-mysql/Makefile15
2 files changed, 0 insertions, 16 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 9786c6414dd2..23e60572813f 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -83,7 +83,6 @@
SUBDIR += phpwebftp
SUBDIR += plasma-applet-ftpmonitor
SUBDIR += proftpd
- SUBDIR += proftpd-mysql
SUBDIR += profxp
SUBDIR += proma
SUBDIR += puf
diff --git a/ftp/proftpd-mysql/Makefile b/ftp/proftpd-mysql/Makefile
deleted file mode 100644
index 523ee16f6bd8..000000000000
--- a/ftp/proftpd-mysql/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# New ports collection makefile for: proftpd-mysql
-# Date created: 11 May 2004
-# Whom: Thomas Goirand <thomas@goirand.fr>
-#
-# $FreeBSD$
-
-PKGNAMESUFFIX= -mysql
-
-COMMENT= Highly configurable ftp daemon with MySQL support
-WITH_MYSQL= yes
-CONFLICTS= proftpd-[0-9]*
-
-MASTERDIR= ${.CURDIR}/../proftpd
-
-.include "${MASTERDIR}/Makefile"