diff options
author | dinoex <dinoex@FreeBSD.org> | 2014-03-09 21:57:06 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2014-03-09 21:57:06 +0800 |
commit | 187b346f7a7afcec39d47a2a25f0cc9f16854335 (patch) | |
tree | aa1bbb7d7718d74c9372797355f00054cc7d7d17 | |
parent | e137b8631f1a3c4da810c74aa57b2f8cd367ded7 (diff) | |
download | freebsd-ports-gnome-187b346f7a7afcec39d47a2a25f0cc9f16854335.tar.gz freebsd-ports-gnome-187b346f7a7afcec39d47a2a25f0cc9f16854335.tar.zst freebsd-ports-gnome-187b346f7a7afcec39d47a2a25f0cc9f16854335.zip |
- update LICENSE
-rw-r--r-- | mail/antivirus-milter/Makefile | 2 | ||||
-rw-r--r-- | mail/spamilter/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/bsnmp-jails/Makefile | 2 | ||||
-rw-r--r-- | net/miniupnpc/Makefile | 2 | ||||
-rw-r--r-- | net/sixxs-aiccu/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/antivirus-milter/Makefile b/mail/antivirus-milter/Makefile index 4eee5f73c3cd..3e97b7501e38 100644 --- a/mail/antivirus-milter/Makefile +++ b/mail/antivirus-milter/Makefile @@ -10,7 +10,7 @@ MASTER_SITE_SUBDIR= dinoex MAINTAINER= dinoex@FreeBSD.org COMMENT= Sendmail milter wich uses McAfee Virus Scan or clamav -LICENSE= BSD +LICENSE= BSD2CLAUSE CFLAGS+= -Wall ${PTHREAD_CFLAGS:S=""==} LIBS+= -lmilter ${PTHREAD_LIBS} diff --git a/mail/spamilter/Makefile b/mail/spamilter/Makefile index b51046225786..b774808e1944 100644 --- a/mail/spamilter/Makefile +++ b/mail/spamilter/Makefile @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= dinoex@FreeBSD.org COMMENT= A Sendmail LibMilter filter to block spam -LICENSE= BSD +LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE NEED_ROOT= yes diff --git a/net-mgmt/bsnmp-jails/Makefile b/net-mgmt/bsnmp-jails/Makefile index 79bf391dcd94..d3fb8929c4aa 100644 --- a/net-mgmt/bsnmp-jails/Makefile +++ b/net-mgmt/bsnmp-jails/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://thewalter.net/stef/software/bsnmp-jails/ MAINTAINER= dinoex@FreeBSD.org COMMENT= A bsnmpd module to measure statistics about jails -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes diff --git a/net/miniupnpc/Makefile b/net/miniupnpc/Makefile index b1a5b3080ff6..caab2aaf2498 100644 --- a/net/miniupnpc/Makefile +++ b/net/miniupnpc/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://miniupnp.free.fr/files/ MAINTAINER?= dinoex@FreeBSD.org COMMENT?= UPnP IGD client lightweight library -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE USES= gmake diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 8a1db227cd11..271313d0911c 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -14,7 +14,7 @@ COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client LIB_DEPENDS= libgnutls-openssl.so:${PORTSDIR}/security/gnutls -LICENSE= BSD +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/doc/LICENSE USE_RC_SUBR= sixxs-aiccu |