Date: Tue, 24 Sep 2013 15:47:01 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328150 - head/astro/xworld Message-ID: <201309241547.r8OFl1e4072028@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Tue Sep 24 15:47:01 2013 New Revision: 328150 URL: http://svnweb.freebsd.org/changeset/ports/328150 Log: Convert to stage. Original master site is gone. Modified: head/astro/xworld/Makefile Modified: head/astro/xworld/Makefile ============================================================================== --- head/astro/xworld/Makefile Tue Sep 24 15:45:17 2013 (r328149) +++ head/astro/xworld/Makefile Tue Sep 24 15:47:01 2013 (r328150) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309241547.r8OFl1e4072028>