Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Oct 2000 18:06:37 -0700 (PDT)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/21969: Update port: games/xataxx
Message-ID:  <20001014010637.2A0DC37B66E@hub.freebsd.org>

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

>Number:         21969
>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 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/xataxx/Makefile games/xataxx/Makefile
--- /usr/ports/games/xataxx/Makefile	Sat Apr 15 00:24:10 2000
+++ games/xataxx/Makefile	Fri Oct 13 21:44:09 2000
@@ -17,13 +17,8 @@
 
 USE_IMAKE=	yes
 MAN6=		xataxx.6
-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
+post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${PREFIX}/share/doc/xataxx
 	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xataxx
diff -urN /usr/ports/games/xataxx/files/patch-aa games/xataxx/files/patch-aa
--- /usr/ports/games/xataxx/files/patch-aa	Mon Aug 24 10:51:30 1998
+++ games/xataxx/files/patch-aa	Fri Oct 13 21:42:34 2000
@@ -1,6 +1,12 @@
---- Imakefile	Tue Oct 29 04:23:52 1991
-+++ /home/andy/tmp/wrk/Imakefile	Sat Jul  4 21:29:46 1998
-@@ -8,7 +8,7 @@
+--- Imakefile.orig	Tue Oct 29 13:23:52 1991
++++ Imakefile	Fri Oct 13 21:42:28 2000
+@@ -4,11 +4,13 @@
+ # in the system default BINDIR
+ # BINDIR =
+ 
++MANSUFFIX = 6
++
+ # !%^#*
  DEPLIBS =
  
  /* DATADIR is where the boards and bitmaps will be installed */
@@ -9,3 +15,12 @@
  
  LOCAL_LIBRARIES = $(XLIB) 
  SRCS	= bits.c board.c colbits.c demo.c display.c main.c nubot.c parse.c zot.c
+@@ -19,6 +21,8 @@
+ install:: install.lib
+ 
+ install.lib:
++	@if [ -d $(DESTDIR)$(DATADIR) ]; then set +x; \
++	else (set -x; $(MKDIRHIER) $(DESTDIR)$(DATADIR)); fi
+ 	for i in lib//**/*; do \
+ 		(set -x; install -c $$i $(DATADIR)); \
+ 	done


>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?20001014010637.2A0DC37B66E>