1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Convert to stage. Original master site is gone.

This commit is contained in:
Christian Weisgerber 2013-09-24 15:47:01 +00:00
parent cac92aebef
commit 45fe926632
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328150

View File

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