diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-07 13:01:12 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-07 13:01:12 +0800 |
commit | 3ca831a356bf4fcae13883654d870f9c524c2216 (patch) | |
tree | a3da6f05ed36f93e29f4cecfa84d11f4a2191819 /ftp | |
parent | 0e5131484eeeb58ce1c9a6218f9f2801ccfa4e9d (diff) | |
download | freebsd-ports-gnome-3ca831a356bf4fcae13883654d870f9c524c2216.tar.gz freebsd-ports-gnome-3ca831a356bf4fcae13883654d870f9c524c2216.tar.zst freebsd-ports-gnome-3ca831a356bf4fcae13883654d870f9c524c2216.zip |
- Use bsd.port.options.mk for option handling
- Take maintainership
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 6 |
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> |