diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-12-27 23:14:23 +0800 |
commit | 42e36ce4e8d707b3808d4f6ecfd57913bf9129ee (patch) | |
tree | 0d7fe4a1fb714200d130b691a0ee61735dea481f /mail/nbsmtp | |
parent | 1a63ef0bac77a64a37ad87252e6c4725dddf5514 (diff) | |
download | freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.gz freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.tar.zst freebsd-ports-gnome-42e36ce4e8d707b3808d4f6ecfd57913bf9129ee.zip |
Pacify portlint
Feature safe: yes
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 |