summaryrefslogtreecommitdiff
path: root/ftp/pure-ftpd
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-07 05:01:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-07 05:01:12 +0000
commit3ca831a356bf4fcae13883654d870f9c524c2216 (patch)
treea3da6f05ed36f93e29f4cecfa84d11f4a2191819 /ftp/pure-ftpd
parent- Update to 1.353 (diff)
- Use bsd.port.options.mk for option handling
- Take maintainership
Notes
Notes: svn path=/head/; revision=296116
Diffstat (limited to 'ftp/pure-ftpd')
-rw-r--r--ftp/pure-ftpd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 612d793c4d77..d319e3cc86f2 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -12,7 +12,7 @@ MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/releases/ \
ftp://ftp.pureftpd.org/pub/pure-ftpd/releases/ \
SF/pureftpd/Pure-FTPd/${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= sunpoet@FreeBSD.org
COMMENT= A small, easy to set up, fast and very secure FTP server
SUB_FILES= pkg-message
@@ -48,7 +48,7 @@ OPTIONS= LDAP "Support for users in LDAP directories" off \
ANONRENAME "Allow anonymous user to rename file" off \
ANONDELETE "Allow anonymous user to delete file" off
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
# language support requested?
.if defined(WITH_LANG)
@@ -190,4 +190,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>