Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 1997 19:34:55 -0500
From:      Matthew Hunt <mph@pobox.com>
To:        Satoshi Asami <asami@cs.berkeley.edu>
Cc:        fenner@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/games/xfrisk Makefile ports/games/xfrisk/files md5
Message-ID:  <19971118193455.31721@mph124.rh.psu.edu>
In-Reply-To: <199711190005.QAA25368@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Tue, Nov 18, 1997 at 04:05:53PM -0800
References:  <199711160913.BAA06075@freefall.freebsd.org> <199711190005.QAA25368@silvia.HIP.Berkeley.EDU>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 18, 1997 at 04:05:53PM -0800, Satoshi Asami wrote:

> Thanks, but doesn't package.  It seems some files are going to the
> wrong directory.

Fix provided herein.

>> Checksum OK for XFrisk-0.99c0pl9.tar.gz.
===>  Building package for xfrisk-0.99c09
Creating package xfrisk-0.99c09.tgz
Registering depends:.
Creating gzip'd tar ball in '/home/hunt/prg/ports/xfrisk/xfrisk-0.99c09.tgz'


diff -urN /usr/ports/games/xfrisk/Makefile xfrisk/Makefile
--- /usr/ports/games/xfrisk/Makefile	Mon Nov 17 03:09:41 1997
+++ xfrisk/Makefile	Tue Nov 18 19:32:31 1997
@@ -20,6 +20,6 @@
 NO_INSTALL_MANPAGES=	yes
 
 pre-configure:
-	touch ${WRKSRC}/types.h
+	${TOUCH} ${WRKSRC}/types.h
 
 .include <bsd.port.mk>
diff -urN /usr/ports/games/xfrisk/patches/patch-aa xfrisk/patches/patch-aa
--- /usr/ports/games/xfrisk/patches/patch-aa	Wed Dec 31 19:00:00 1969
+++ xfrisk/patches/patch-aa	Tue Nov 18 19:26:59 1997
@@ -0,0 +1,11 @@
+--- Imakefile.orig	Tue Nov 18 19:25:50 1997
++++ Imakefile	Tue Nov 18 19:26:40 1997
+@@ -15,7 +15,7 @@
+ 
+ # Need this since we use LIBDIR for something else
+ XAPPLOADDIR = $(USRLIBDIR)/X11/app-defaults
+-LIBDIR = /usr/local/risk
++# LIBDIR = /usr/local/risk
+ 
+ ###############################################################
+ # This is where architecture dependant flags are kept.  If    #



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