Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Jun 2005 02:00:16 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/82676: Update port: games/senken
Message-ID:  <20050627020016.5622c6c3.tkato432@yahoo.com>
Resent-Message-ID: <200506261710.j5QHAKDo081743@freefall.freebsd.org>

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

>Number:         82676
>Category:       ports
>Synopsis:       Update port: games/senken
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 26 17:10:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p10 i386
>Organization:
>Environment:
>Description:
- Fix build

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/games/senken/Makefile games/senken/Makefile
--- /usr/ports/games/senken/Makefile	Sat Mar 12 20:24:17 2005
+++ games/senken/Makefile	Sun Jun 26 03:23:11 2005
@@ -13,8 +13,6 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	A city simulation game
 
-BROKEN=		Incomplete pkg-plist
-
 USE_GNOME=	gnometarget gtk20
 USE_SDL=	image sdl
 USE_REINPLACE=	yes
@@ -23,5 +21,6 @@
 post-patch:
 	@${REINPLACE_CMD} -e 's|-I/usr/X11R6/include||g  ; \
 		 s|-L/usr/X11R6/lib||g' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e '/install-sh -d/d' ${WRKSRC}/Makefile.in
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



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