diff options
author | naddy <naddy@FreeBSD.org> | 2013-09-24 23:47:01 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2013-09-24 23:47:01 +0800 |
commit | a3978419f13013aadb7880351e07b701b966129e (patch) | |
tree | 5cd6fc061798cf865ad4844d1e875f2abb219dd6 /astro/xworld | |
parent | 746768c6457950224212aa97d8125d93476ffb8e (diff) | |
download | freebsd-ports-gnome-a3978419f13013aadb7880351e07b701b966129e.tar.gz freebsd-ports-gnome-a3978419f13013aadb7880351e07b701b966129e.tar.zst freebsd-ports-gnome-a3978419f13013aadb7880351e07b701b966129e.zip |
Convert to stage. Original master site is gone.
Diffstat (limited to 'astro/xworld')
-rw-r--r-- | astro/xworld/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/xworld/Makefile b/astro/xworld/Makefile index 78865f31e3a0..d38ecd74765e 100644 --- a/astro/xworld/Makefile +++ b/astro/xworld/Makefile @@ -5,13 +5,12 @@ PORTNAME= xworld PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= astro geography -MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ - ftp://ftp.Uni-Koeln.DE/misc/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= naddy MAINTAINER= naddy@FreeBSD.org COMMENT= Earth as seen from the direction of the sun -NO_STAGE= yes USE_XORG= x11 HAS_CONFIGURE= yes @@ -24,6 +23,6 @@ PLIST_FILES= bin/xworld STRIP= #don't strip out image data on install do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/xworld ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/xworld ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |