diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-22 14:14:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-22 14:14:42 +0000 |
commit | 3c4a3d31a4c8bac6ec18b8220cf39f19a2c48734 (patch) | |
tree | af54c8f934f6a6714326e40b518497869cad691d /net/libpcap/Makefile | |
parent | 273db2602ecbae4c9eac8773e8731e4967f0e0ae (diff) | |
download | pkgsrc-3c4a3d31a4c8bac6ec18b8220cf39f19a2c48734.tar.gz |
Fix included version string. Addresses part of PR 31423 by Zafer Aydogan.
Bump PKGREVISION.
Diffstat (limited to 'net/libpcap/Makefile')
-rw-r--r-- | net/libpcap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 6c7ac429398..450ab494a2a 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2005/09/06 03:26:14 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2005/10/22 14:14:42 wiz Exp $ DISTNAME= libpcap-0.9.3 -PKGREVISION= 3 +PKGREVISION= 4 SVR4_PKGNAME= lpcap CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/release/ |