- Add LICENSE
- makeparch
This commit is contained in:
parent
fa76f23e8e
commit
3d7cb4ee8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426922
@ -9,11 +9,14 @@ MASTER_SITES= http://www.mavetju.org/download/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Decode and diagnose sniffed DHCP packets
|
||||
|
||||
PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= build
|
||||
|
||||
PLIST_FILES= bin/dhcpdump man/man8/dhcpdump.8.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dhcpdump ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/dhcpdump.8 ${STAGEDIR}${PREFIX}/man/man8
|
||||
|
@ -1,5 +1,5 @@
|
||||
--- ./Makefile.orig 2014-02-26 14:13:07.131955471 +0100
|
||||
+++ ./Makefile 2014-02-26 14:13:21.108957821 +0100
|
||||
--- Makefile.orig 2008-06-24 03:26:52 UTC
|
||||
+++ Makefile
|
||||
@@ -1,5 +1,3 @@
|
||||
-CFLAGS= -Wall -g
|
||||
-LDFLAGS= -g
|
||||
|
Loading…
Reference in New Issue
Block a user