summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaddy <naddy@FreeBSD.org>2013-09-24 15:47:01 +0000
committernaddy <naddy@FreeBSD.org>2013-09-24 15:47:01 +0000
commita3978419f13013aadb7880351e07b701b966129e (patch)
tree5cd6fc061798cf865ad4844d1e875f2abb219dd6
parent746768c6457950224212aa97d8125d93476ffb8e (diff)
downloadFreeBSD-ports-a3978419f13013aadb7880351e07b701b966129e.zip
FreeBSD-ports-a3978419f13013aadb7880351e07b701b966129e.tar.gz
Convert to stage. Original master site is gone.
-rw-r--r--astro/xworld/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/astro/xworld/Makefile b/astro/xworld/Makefile
index 78865f3..d38ecd7 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>
OpenPOWER on IntegriCloud