Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2001 18:52:17 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/24816: Update port: games/galaxis
Message-ID:  <200102030252.f132qHk71594@freefall.freebsd.org>

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

>Number:         24816
>Category:       ports
>Synopsis:       Update port: games/galaxis
>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 Feb 02 19:00:02 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/galaxis/Makefile games/galaxis/Makefile
--- /usr/ports/games/galaxis/Makefile	Thu Aug  3 21:12:01 2000
+++ games/galaxis/Makefile	Sat Feb  3 09:58:19 2001
@@ -8,7 +8,7 @@
 PORTNAME=	galaxis
 PORTVERSION=	1.2
 CATEGORIES=	games
-MASTER_SITES=	ftp://locke.ccil.org/pub/esr/
+MASTER_SITES=	http://www.tuxedo.org/~esr/
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -17,6 +17,6 @@
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/galaxis ${PREFIX}/bin/galaxis
-	${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${PREFIX}/man/man6
+	${INSTALL_MAN} ${WRKSRC}/galaxis.6 ${MANPREFIX}/man/man6
 
 .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?200102030252.f132qHk71594>