aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-01-02 07:08:14 +0800
committerhrs <hrs@FreeBSD.org>2013-01-02 07:08:14 +0800
commitf85d2324c40f068ccface208698f3c3ee4fd8e3f (patch)
tree64cf5e08e0edfd5a353c93c30ab8302a7f14da74 /net
parenta53feb0ff72eedbbb6964d369cc0d65a127e13d7 (diff)
downloadfreebsd-ports-gnome-f85d2324c40f068ccface208698f3c3ee4fd8e3f.tar.gz
freebsd-ports-gnome-f85d2324c40f068ccface208698f3c3ee4fd8e3f.tar.zst
freebsd-ports-gnome-f85d2324c40f068ccface208698f3c3ee4fd8e3f.zip
Add LICENSE and LICENSE_FILE and remove LICENSE from PORTDOCS.
Suggested by: danfe
Diffstat (limited to 'net')
-rw-r--r--net/mrouted/Makefile6
-rw-r--r--net/mrouted/files/patch-Makefile11
2 files changed, 16 insertions, 1 deletions
diff --git a/net/mrouted/Makefile b/net/mrouted/Makefile
index b52ca13d3806..a966dda7e83a 100644
--- a/net/mrouted/Makefile
+++ b/net/mrouted/Makefile
@@ -3,12 +3,16 @@
PORTNAME= mrouted
PORTVERSION= 3.9.6
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://cloud.github.com/downloads/troglobit/mrouted/
MAINTAINER= hrs@FreeBSD.org
COMMENT= Multicast routing daemon providing DVMRP for IPv4
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USE_RC_SUBR= mrouted
USE_BZIP2= yes
USE_GMAKE= yes
@@ -16,7 +20,7 @@ MAKE_ARGS= sysconfdir=${PREFIX}/etc \
mandir=${MAN8PREFIX}/man/man8
MAN8= map-mbone.8 mrouted.8 mrinfo.8 mtrace.8
-PORTDOCS= README AUTHORS LICENSE ChangeLog
+PORTDOCS= README AUTHORS ChangeLog
PLIST_FILES= sbin/map-mbone sbin/mrouted sbin/mrinfo sbin/mtrace \
etc/mrouted.conf
diff --git a/net/mrouted/files/patch-Makefile b/net/mrouted/files/patch-Makefile
new file mode 100644
index 000000000000..a4dd301c7c4e
--- /dev/null
+++ b/net/mrouted/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2013-01-02 08:02:25.000000000 +0900
++++ Makefile 2013-01-02 08:02:30.000000000 +0900
+@@ -51,7 +51,7 @@
+ $(MTRACE_OBJS) $(MSTAT_OBJS)
+ SRCS = $(OBJS:.o=.c)
+ MANS = $(addsuffix .8,$(EXECS))
+-DISTFILES = README AUTHORS LICENSE ChangeLog
++DISTFILES = README AUTHORS ChangeLog
+
+ LINT = splint
+ LINTFLAGS = $(MCAST_INCLUDE) $(filter-out -W -Wall -Werror, $(CFLAGS)) -posix-lib -weak -skipposixheaders