From d0a3a46df5c315c801b4741d8f48b7c621138231 Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 9 Oct 2005 23:40:51 +0000 Subject: Don't use "." in MASTER_SITE_SUBDIR with MASTER_SITE_LOCAL - there are no files there. --- editors/muggy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/muggy/Makefile b/editors/muggy/Makefile index 4f6095b632ee..b9358250711b 100644 --- a/editors/muggy/Makefile +++ b/editors/muggy/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3.1 CATEGORIES+= editors windowmaker tkstep80 MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= . kiri +MASTER_SITE_SUBDIR= kiri DISTNAME= Muggy-${PORTVERSION} EXTRACT_ONLY= # extracted directly in install target -- cgit