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 | |
parent | RELENG_4 now uses _KERNEL instead of KERNEL, too. (diff) |
Fix distfile fennerage.
Notes
Notes:
svn path=/head/; revision=31377
-rw-r--r-- | audio/btc/Makefile | 2 | ||||
-rw-r--r-- | editors/vigor/Makefile | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 5b542382a43d..22ca5b67d225 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -8,7 +8,7 @@ PORTNAME= vigor PORTVERSION= 0.016 CATEGORIES= editors tk82 tcl82 -MASTER_SITES= http://www.red-bean.com:8080/ +MASTER_SITES= http://www.red-bean.com/~joelh/vigor/ MAINTAINER= billf@FreeBSD.org |