diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2004-01-19 19:52:25 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2004-01-19 19:52:25 +0000 |
commit | 4b70245024c9d5dd15a434e88ae8a475ecb970bf (patch) | |
tree | 3402e198a7186a8143831f47186bfc06a6d4c5f3 /net/libpcap | |
parent | 6bf2f5079dcec3d9937a1381796d119ad002abdc (diff) | |
download | ports-4b70245024c9d5dd15a434e88ae8a475ecb970bf.tar.gz ports-4b70245024c9d5dd15a434e88ae8a475ecb970bf.zip |
Decouple ${PORTREVISION} from ${DISTNAME}.
Submitted by: nectar
Pointy hat to: bms, edwin
Notes
Notes:
svn path=/head/; revision=98583
Diffstat (limited to 'net/libpcap')
-rw-r--r-- | net/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/libpcap/Makefile b/net/libpcap/Makefile index 2a9094f7c94e..7be3fd4ec063 100644 --- a/net/libpcap/Makefile +++ b/net/libpcap/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.8.1 PORTREVISION= 351 CATEGORIES= net MASTER_SITES= http://www.tcpdump.org/beta/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-${PORTREVISION} +DISTNAME= ${PORTNAME}-${PORTVERSION}-351 MAINTAINER= bms@FreeBSD.org COMMENT= Ubiquitous network traffic capture library |