diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-27 01:05:00 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-27 01:05:00 +0000 |
commit | 5a4874ca0e258514003d3a2163b7db8046186145 (patch) | |
tree | 1ae494648306a1c217e7311ded59484437aeaec5 /net/dhcpdump | |
parent | Fix a compile problem on -current. (diff) |
Update to 1.4
PR: 34312
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=53810
Diffstat (limited to 'net/dhcpdump')
-rw-r--r-- | net/dhcpdump/Makefile | 7 | ||||
-rw-r--r-- | net/dhcpdump/distinfo | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/net/dhcpdump/Makefile b/net/dhcpdump/Makefile index fc906228e5b0..9d5937322bf5 100644 --- a/net/dhcpdump/Makefile +++ b/net/dhcpdump/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dhcpdump -PORTVERSION= 1.3 +PORTVERSION= 1.4 CATEGORIES= net MASTER_SITES= http://www.mavetju.org/download/ @@ -14,9 +14,6 @@ MAINTAINER= edwin@mavetju.org MAN1= dhcpdump.1 -pre-build: - ${PERL} -pi -e "s@gcc@${CC}@g; \ - s@-Wall -g@-Wall ${CFLAGS}@g; \ - s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile +GNU_CONFIGURE= yes .include <bsd.port.mk> diff --git a/net/dhcpdump/distinfo b/net/dhcpdump/distinfo index 55f566210d4e..0079f2fcf0b2 100644 --- a/net/dhcpdump/distinfo +++ b/net/dhcpdump/distinfo @@ -1 +1 @@ -MD5 (dhcpdump-1.3.tar.gz) = 26239250934b4298f5cb5c4ef26cb86b +MD5 (dhcpdump-1.4.tar.gz) = 8f7fc11e02e9c2a10dcb61cc21a397f1 |