summaryrefslogtreecommitdiff
path: root/ftp/proftpd-mysql
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-19 16:00:12 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-19 16:00:12 +0000
commitb07ac592231cce46749c7766b1e40d8ae673c45d (patch)
treee1cc3d17390d7e7d7463f3cb6dece319616df7c5 /ftp/proftpd-mysql
parent- Fix typo (diff)
- Cleanup
- portlint(1) PR: ports/108122 Submitted by: Beech Rintoul <beech@alaskaparadise.com> Approved by: maintainer timeout
Diffstat (limited to 'ftp/proftpd-mysql')
-rw-r--r--ftp/proftpd-mysql/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/ftp/proftpd-mysql/Makefile b/ftp/proftpd-mysql/Makefile
index d7cebf492519..849be6c23450 100644
--- a/ftp/proftpd-mysql/Makefile
+++ b/ftp/proftpd-mysql/Makefile
@@ -4,13 +4,15 @@
#
# $FreeBSD$
-MAINTAINER= thomas@goirand.fr
-COMMENT= Highly configurable ftp daemon with MySQL support
+PORTNAME= proftpd
+PKGNAMESUFFIX= -mysql
-PKGNAMESUFFIX= -mysql
-WITH_MYSQL= yes
+MAINTAINER= thomas@goirand.fr
+COMMENT= Highly configurable ftp daemon with MySQL support
+
+WITH_MYSQL= yes
CONFLICTS= proftpd-1.*
-MASTERDIR= ${.CURDIR}/../../ftp/proftpd
+MASTERDIR= ${.CURDIR}/../../ftp/proftpd
-.include "${MASTERDIR}/Makefile"
+.include "${MASTERDIR}/Makefile"