diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-12-30 04:04:42 +0800 |
commit | 7541282bbc857e3b52c8cedd620c9cfdf1f29f6c (patch) | |
tree | 5b0df8044181287ce76add40d52e28377ae1da32 /net-mgmt/bandwidthd | |
parent | ba16dc1673b8cc85fd48bb880bafba35e7ee62b3 (diff) | |
download | freebsd-ports-graphics-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.tar.gz freebsd-ports-graphics-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.tar.zst freebsd-ports-graphics-7541282bbc857e3b52c8cedd620c9cfdf1f29f6c.zip |
- DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR: ports/153292
Submitted by: myself (pgollucci)
Tested by: -exp run by pav
Approved by: portmgr (pav)
Diffstat (limited to 'net-mgmt/bandwidthd')
-rw-r--r-- | net-mgmt/bandwidthd/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/bandwidthd/Makefile b/net-mgmt/bandwidthd/Makefile index a8913eecb61..bfddf3443a7 100644 --- a/net-mgmt/bandwidthd/Makefile +++ b/net-mgmt/bandwidthd/Makefile @@ -10,7 +10,6 @@ PORTVERSION= 2.0.1 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} -DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |