diff options
author | Bill Fumerola <billf@FreeBSD.org> | 2000-08-07 17:08:31 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 2000-08-07 17:08:31 +0000 |
commit | 4a17d7068fb5cf45194cf03f7a1c36d307bf3c81 (patch) | |
tree | d61be5e512a069786996a55d480c08abef4e1be4 /audio/btc/Makefile | |
parent | RELENG_4 now uses _KERNEL instead of KERNEL, too. (diff) |
Fix distfile fennerage.
Diffstat (limited to '')
-rw-r--r-- | audio/btc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/btc/Makefile b/audio/btc/Makefile index 0dcac2a57e6c..eb129c07ebd7 100644 --- a/audio/btc/Makefile +++ b/audio/btc/Makefile @@ -9,7 +9,7 @@ PORTNAME= btc PORTVERSION= 258 CATEGORIES= audio MASTER_SITES= http://www.harmony-central.com/Bass/ -DISTNAME= ${PORTNAME}${PORTVERSION}${EXTRACT_SUFX} +DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= billf@FreeBSD.org |