diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-10 07:40:51 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-10 07:40:51 +0800 |
commit | d0a3a46df5c315c801b4741d8f48b7c621138231 (patch) | |
tree | 8f899abe9524879ece74bb99ae9a80f94f1f336f | |
parent | 35aab17573474f2d3596baedc659e0fc27190df1 (diff) | |
download | freebsd-ports-gnome-d0a3a46df5c315c801b4741d8f48b7c621138231.tar.gz freebsd-ports-gnome-d0a3a46df5c315c801b4741d8f48b7c621138231.tar.zst freebsd-ports-gnome-d0a3a46df5c315c801b4741d8f48b7c621138231.zip |
Don't use "." in MASTER_SITE_SUBDIR with MASTER_SITE_LOCAL -
there are no files there.
-rw-r--r-- | editors/muggy/Makefile | 2 | ||||
-rw-r--r-- | graphics/jgv/Makefile | 2 | ||||
-rw-r--r-- | misc/seizedesktop/Makefile | 2 | ||||
-rw-r--r-- | x11-fm/binder/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
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 diff --git a/graphics/jgv/Makefile b/graphics/jgv/Makefile index b227be0d0526..ac4be3a3a558 100644 --- a/graphics/jgv/Makefile +++ b/graphics/jgv/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.2a CATEGORIES+= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= . kiri +MASTER_SITE_SUBDIR= kiri DISTNAME= JGV-${PORTVERSION} EXTRACT_ONLY= # extracted directly in install target 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 diff --git a/x11-fm/binder/Makefile b/x11-fm/binder/Makefile index 4786db046123..bbc6b611dbed 100644 --- a/x11-fm/binder/Makefile +++ b/x11-fm/binder/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.3 CATEGORIES+= ${CATEGORY_LIST} MASTER_SITES= http://www.aaa-int.or.jp/~jfactory/JDE/dist/ \ ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= . kiri +MASTER_SITE_SUBDIR= kiri DISTNAME= Binder-${PORTVERSION} EXTRACT_ONLY= # extracted directly in install target |