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

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

>Number:         17160
>Category:       ports
>Synopsis:       Update port: games/xataxx
>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:04 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xataxx/Makefile games/xataxx/Makefile
--- /usr/ports/games/xataxx/Makefile	Wed Aug 25 19:15:36 1999
+++ games/xataxx/Makefile	Fri Mar  3 08:02:20 2000
@@ -9,7 +9,8 @@
 DISTNAME=	xataxx
 PKGNAME=	xataxx-1.0
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.x.org/R5contrib/
+MASTER_SITES=	ftp://ftp.x.org/R5contrib/ \
+		ftp://ftp.freesoftware.com/pub/X11/R5contrib/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	andy@icc.surw.chel.su
@@ -19,14 +20,14 @@
 MANCOMPRESSED=	no
 
 do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin
-	@ ${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6
-	@ ${MKDIR} ${PREFIX}/share/xataxx
-	@ ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx
+	${INSTALL_PROGRAM} ${WRKSRC}/xataxx ${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/xataxx.man ${PREFIX}/man/man6/xataxx.6
+	@${MKDIR} ${PREFIX}/share/xataxx
+	${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/share/xataxx
 .if !defined(NOPORTDOCS)
-	@ ${MKDIR} ${PREFIX}/share/doc/xataxx
-	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx
-	@ ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xataxx
+	@${MKDIR} ${PREFIX}/share/doc/xataxx
+	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx
+	${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/xataxx
 .endif
 
 .include <bsd.port.mk>


>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.NAA62932>