svn commit: r328150 - head/astro/xworld

Christian Weisgerber naddy at FreeBSD.org
Tue Sep 24 15:47:01 UTC 2013


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 at 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>


More information about the svn-ports-all mailing list