Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 18:09:32 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21973: Update port: games/xisola
Message-ID:  <20001014010932.587B637B503@hub.freebsd.org>

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

>Number:         21973
>Category:       ports
>Synopsis:       Update port: games/xisola
>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 Oct 13 18:10:02 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.1.1-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix Imakefile breakage under XFree86 4.x

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xisola/Makefile games/xisola/Makefile
--- /usr/ports/games/xisola/Makefile	Sat Apr 15 00:24:22 2000
+++ games/xisola/Makefile	Fri Oct 13 22:05:45 2000
@@ -5,22 +5,22 @@
 # $FreeBSD: ports/games/xisola/Makefile,v 1.5 2000/04/14 12:27:30 asami Exp $
 #
 
-PORTNAME=		xisola
-PORTVERSION=		1.0
-CATEGORIES=		games
-MASTER_SITES=		${MASTER_SITE_XCONTRIB}
+PORTNAME=	xisola
+PORTVERSION=	1.0
+CATEGORIES=	games
+MASTER_SITES=	${MASTER_SITE_XCONTRIB}
 MASTER_SITE_SUBDIR=	games
 
-MAINTAINER=		ports@FreeBSD.org
+MAINTAINER=	ports@FreeBSD.org
 
-WRKSRC=			${WRKDIR}/xisola
-USE_IMAKE=		yes
+WRKSRC=		${WRKDIR}/${PORTNAME}
+USE_IMAKE=	yes
+NO_INSTALL_MANPAGES=	yes
 
-do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/xisola ${PREFIX}/bin
+post-install:
 .if !defined(NOPORTDOCS)
-	@ ${MKDIR} ${PREFIX}/share/doc/xisola
-	@ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisola
+	@${MKDIR} ${PREFIX}/share/doc/xisola
+	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisola
 .endif
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xisola/files/patch-aa games/xisola/files/patch-aa
--- /usr/ports/games/xisola/files/patch-aa	Mon May 18 18:10:52 1998
+++ games/xisola/files/patch-aa	Fri Oct 13 22:04:30 2000
@@ -1,6 +1,6 @@
---- Imakefile.orig	Wed Mar 31 11:53:11 1993
-+++ Imakefile	Mon May 18 11:10:07 1998
-@@ -6,7 +6,7 @@
+--- Imakefile.orig	Wed Mar 31 18:53:11 1993
++++ Imakefile	Fri Oct 13 22:04:24 2000
+@@ -6,10 +6,10 @@
  
  EXTRA_INCLUDES =
  
@@ -9,3 +9,7 @@
  
  EXTRA_LOAD_FLAGS = 
  
+ EXTRA_LIBRARIES = 
+ 
+-ComplexProgramTarget(xisola)
++ComplexProgramTargetNoMan(xisola)


>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?20001014010932.587B637B503>