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. --- misc/seizedesktop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc') diff --git a/misc/seizedesktop/Makefile b/misc/seizedesktop/Makefile index 26508ba97360..c3a12456df15 100644 --- a/misc/seizedesktop/Makefile +++ b/misc/seizedesktop/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.1a CATEGORIES+= misc 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= SeizeDesktop-${PORTVERSION} EXTRACT_ONLY= # extracted directly in install target -- cgit