From d04c3e5bc4576ba41e09d643f54680e22140ceb2 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sun, 13 Oct 2002 01:36:45 +0000 Subject: [PATCH] Correct MASTER_SITE -> MASTER_SITE_SOURCEFORGE --- irc/muh/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/irc/muh/Makefile b/irc/muh/Makefile index c2c8125fa748..280d998e7bb8 100644 --- a/irc/muh/Makefile +++ b/irc/muh/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 2.05d PORTREVISION= 1 DISTNAME= muh-2.05d-fixed CATEGORIES= irc -MASTER_SITES= http://prdownloads.sourceforge.net/muh/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=muh MAINTAINER= billf@FreeBSD.org