diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-12-27 15:14:23 +0000 |
commit | 48b16bc177d9ad0dac59e3e086204be593eaf476 (patch) | |
tree | 29b90da8eb3b52c5a2f678d6527ef713581b7bda /mail/nbsmtp | |
parent | 5ea6f4065268d00bf41a2a103d9056790e8a1fe5 (diff) | |
download | ports-48b16bc177d9ad0dac59e3e086204be593eaf476.tar.gz ports-48b16bc177d9ad0dac59e3e086204be593eaf476.zip |
Notes
Diffstat (limited to 'mail/nbsmtp')
-rw-r--r-- | mail/nbsmtp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/nbsmtp/Makefile b/mail/nbsmtp/Makefile index 787c1ac8a01d..51b1eceac874 100644 --- a/mail/nbsmtp/Makefile +++ b/mail/nbsmtp/Makefile @@ -15,6 +15,8 @@ MASTER_SITES= CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= Simple program for outgoing SMTP delivery +LICENSE= GPLv2 + GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes @@ -22,8 +24,6 @@ OPTIONS= IPV6 "Support for IPv6 connections" off \ DEBUG "Enable debug information (for developers)" off \ SSL "Enable SSL support" off -LICENSE= GPLv2 - PLIST_FILES= bin/nbsmtp MAN5= nbsmtprc.5 |