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 | |
parent | Add p5-Text-German 0.03, german grundform reduction, (diff) |
Decouple ${PORTREVISION} from ${DISTNAME}.
Submitted by: nectar
Pointy hat to: bms, edwin
-rw-r--r-- | net/libpcap/Makefile | 2 | ||||
-rw-r--r-- | net/tcpdump/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile index 17e21f438005..e5adf275c924 100644 --- a/net/tcpdump/Makefile +++ b/net/tcpdump/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 3.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 analysis tool |