diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-09-19 22:51:08 +0800 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-09-19 22:51:08 +0800 |
commit | 31c0f1b29515aa6e4dd9cc8e34ba9157d93a1b21 (patch) | |
tree | 007f8e9ea1d802990a7613a3181c841566ee5b0b /net/spread/Makefile | |
parent | a95d658838ffbba51697a06f701b88e9bd49285f (diff) | |
download | freebsd-ports-gnome-31c0f1b29515aa6e4dd9cc8e34ba9157d93a1b21.tar.gz freebsd-ports-gnome-31c0f1b29515aa6e4dd9cc8e34ba9157d93a1b21.tar.zst freebsd-ports-gnome-31c0f1b29515aa6e4dd9cc8e34ba9157d93a1b21.zip |
Fix build with -fno-common
While here add the licence dowloaded from http://www.spread.org/license
Diffstat (limited to 'net/spread/Makefile')
-rw-r--r-- | net/spread/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index 1953252065d6..45a9e8a0eac2 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -3,7 +3,7 @@ PORTNAME= spread PORTVERSION= 3.17.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net perl5 MASTER_SITES= https://BSDforge.com/projects/source/net/spread/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -11,6 +11,11 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= portmaster@bsdforge.com COMMENT= The Spread Group Communication System, a network toolkit +LICENSE= SPREAD_OPEN-SOURCE_LICENSE +LICENSE_NAME= Spread Open-Source License +LICENSE_FILE= files/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes |