Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2000 13:12:14 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17159: Update port: games/xasteroids
Message-ID:  <200003032112.NAA62872@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         17159
>Category:       ports
>Synopsis:       Update port: games/xasteroids
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar  3 13:20:02 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Merge scripts/pre-configure into Makefile 

Remove file:  
scripts/pre-configure

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xasteroids/Makefile games/xasteroids/Makefile
--- /usr/ports/games/xasteroids/Makefile	Wed Aug 25 19:15:36 1999
+++ games/xasteroids/Makefile	Fri Mar  3 09:17:54 2000
@@ -1,25 +1,30 @@
-# New ports collection makefile for:    xasteroids
+# New ports collection makefile for:	xasteroids
 # Version required:	5
-# Date created:         3 Jan 1995
-# Whom:                 swallace
+# Date created:		3 Jan 1995
+# Whom:			swallace
 #
 # $FreeBSD: ports/games/xasteroids/Makefile,v 1.12 1999/08/25 06:04:40 obrien Exp $
 #
 
-DISTNAME=       xasteroids
+DISTNAME=	xasteroids
 PKGNAME=	xasteroids-5.0
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.cdrom.com/pub/X11/R5contrib/ \
-		ftp://ftp.belgium.eu.net/pub/X11/R5contrib/
+MASTER_SITES=	ftp://ftp.x.org/pub/R5contrib/ \
+		ftp://ftp.freesoftware.com/pub/X11/R5contrib/
 EXTRACT_SUFX=	.sh.Z
 
 MAINTAINER=	swallace@FreeBSD.org
 
+EXTRACT_CMD=	${GZIP_CMD}
+EXTRACT_BEFORE_ARGS=	#empty
+EXTRACT_AFTER_ARGS=	| ${SH}
+
 USE_IMAKE=	yes
 NO_WRKSUBDIR=	yes
-EXTRACT_CMD=	( cd ${WRKDIR}; zcat | sh -s )
-EXTRACT_BEFORE_ARGS=	<
-EXTRACT_AFTER_ARGS=	# empty
 MAN6=		xasteroids.6
+
+post-extract:
+	${CP} ${FILESDIR}/Imakefile ${WRKSRC}
+	${CP} ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xasteroids/scripts/pre-configure games/xasteroids/scripts/pre-configure
--- /usr/ports/games/xasteroids/scripts/pre-configure	Wed Jan  4 17:56:18 1995
+++ games/xasteroids/scripts/pre-configure	Thu Jan  1 09:00:00 1970
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-cp -f ${CURDIR}/files/Imakefile ${WRKSRC}
-cp -f ${WRKSRC}/xast.man ${WRKSRC}/xasteroids.man
-
-exit 0


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003032112.NAA62872>