diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2013-09-24 15:47:01 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2013-09-24 15:47:01 +0000 |
commit | 45fe9266326c93a7a5d07363681a09ad6e5700c3 (patch) | |
tree | 5cd6fc061798cf865ad4844d1e875f2abb219dd6 /astro | |
parent | cac92aebefa35a551d397f799cbe4f41120b4a98 (diff) | |
download | ports-45fe9266326c93a7a5d07363681a09ad6e5700c3.tar.gz ports-45fe9266326c93a7a5d07363681a09ad6e5700c3.zip |
Notes
Diffstat (limited to 'astro')
-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> |