diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-23 21:12:43 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-07-23 21:12:43 +0000 |
commit | e654a6aadda9bafb4423678d80368ad85800794f (patch) | |
tree | 692781fb084c095e4260d210e75930099b9a328d /ftp/proftpd-mysql | |
parent | 977a4b166321a6fee6b969e66fcfae1adf269f9f (diff) |
Notes
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" |