1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add LICENSE and LICENSE_FILE and remove LICENSE from PORTDOCS.

Suggested by:	danfe
This commit is contained in:
Hiroki Sato 2013-01-01 23:08:14 +00:00
parent 02c02c60da
commit c163bdd64a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309790
2 changed files with 16 additions and 1 deletions

View File

@ -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

View File

@ -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