diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-04-16 19:22:20 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-04-16 19:22:20 +0800 |
commit | 21e66fce371da64b08f46973c07104b2cecb89b8 (patch) | |
tree | 6f615a743b97fb15b153d9b1bff5e9d6f3611dee /ftp | |
parent | 77eb375e1e4008ea5338246c79b741978946c015 (diff) | |
download | freebsd-ports-gnome-21e66fce371da64b08f46973c07104b2cecb89b8.tar.gz freebsd-ports-gnome-21e66fce371da64b08f46973c07104b2cecb89b8.tar.zst freebsd-ports-gnome-21e66fce371da64b08f46973c07104b2cecb89b8.zip |
- Add LICENSE_FILE
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/pure-ftpd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile index 62292ff116eb..ba95522b5443 100644 --- a/ftp/pure-ftpd/Makefile +++ b/ftp/pure-ftpd/Makefile @@ -13,6 +13,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small, easy to set up, fast, and secure FTP server LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= ANONDELETE ANONRENAME ANONRESUME DOCS EXAMPLES LARGEFILE LDAP \ MYSQL PAM PERUSERLIMITS PGSQL PRIVSEP SCRYPT SENDFILE \ |