diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/xearth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/astro/xearth/Makefile b/astro/xearth/Makefile index cf43b5e..dce6976 100644 --- a/astro/xearth/Makefile +++ b/astro/xearth/Makefile @@ -9,8 +9,10 @@ PORTNAME= xearth PORTVERSION= 1.1 CATEGORIES= astro MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \ - ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= applications + ${MASTER_SITE_XCONTRIB:S/$/:xcontrib/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= applications/:xcontrib simon/:local +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:xcontrib,local MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the image of earth |