diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-24 18:25:32 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-11-24 18:25:32 +0800 |
commit | eb0e7dbd636e4715bc5d52a57c7fe44ef3790d50 (patch) | |
tree | 3934c3381d7f00c87427a217e75cc806e156aa52 /net | |
parent | 1f7bb9a4ce607e20c72689fedce55f9e1db5050e (diff) | |
download | freebsd-ports-graphics-eb0e7dbd636e4715bc5d52a57c7fe44ef3790d50.tar.gz freebsd-ports-graphics-eb0e7dbd636e4715bc5d52a57c7fe44ef3790d50.tar.zst freebsd-ports-graphics-eb0e7dbd636e4715bc5d52a57c7fe44ef3790d50.zip |
- Add LICENSE
- Add missing USES=ssl
- makeparch
Diffstat (limited to 'net')
-rw-r--r-- | net/tcpdump398/Makefile | 7 | ||||
-rw-r--r-- | net/tcpdump398/files/patch-Makefile | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/tcpdump398/Makefile b/net/tcpdump398/Makefile index b7aa49d0d9b..dd628863820 100644 --- a/net/tcpdump398/Makefile +++ b/net/tcpdump398/Makefile @@ -9,9 +9,12 @@ MASTER_SITES= http://www.mavetju.org/download/adopted/ MAINTAINER= ports@FreeBSD.org COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8 -PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/contrib/LICENSE + +USES= ssl tar:bzip2 -USES= tar:bzip2 +PLIST_FILES= bin/tcpdump398 man/man1/tcpdump398.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/bin/tcpdump398 diff --git a/net/tcpdump398/files/patch-Makefile b/net/tcpdump398/files/patch-Makefile index 7f6d5c9ea2b..cc161e2eb26 100644 --- a/net/tcpdump398/files/patch-Makefile +++ b/net/tcpdump398/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-08-15 18:26:37.000000000 -0400 -+++ Makefile 2014-08-15 18:27:35.000000000 -0400 -@@ -38,7 +38,7 @@ +--- Makefile.orig 2009-10-01 11:35:40 UTC ++++ Makefile +@@ -38,7 +38,7 @@ CFLAGS+= -I${.CURDIR} -I${TCPDUMP_DISTDI CFLAGS+= -DHAVE_CONFIG_H CFLAGS+= -D_U_="__attribute__((unused))" @@ -9,7 +9,7 @@ SRCS+= print-ip6.c print-ip6opts.c print-mobility.c print-ripng.c \ print-icmp6.c print-frag6.c print-rt6.c print-ospf6.c print-dhcp6.c CFLAGS+= -DINET6 -@@ -49,14 +49,14 @@ +@@ -49,14 +49,14 @@ CFLAGS+= -DLBL_ALIGN DPADD= ${LIBL} ${LIBPCAP} LDADD= -ll -lpcap |