From owner-cvs-ports Tue Nov 18 16:38:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA09215 for cvs-ports-outgoing; Tue, 18 Nov 1997 16:38:24 -0800 (PST) (envelope-from owner-cvs-ports) Received: from mph124.rh.psu.edu (hunt@MPH124.rh.psu.edu [128.118.126.83]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA09063; Tue, 18 Nov 1997 16:35:13 -0800 (PST) (envelope-from hunt@mph124.rh.psu.edu) Received: (from hunt@localhost) by mph124.rh.psu.edu (8.8.7/8.8.7) id TAA26403; Tue, 18 Nov 1997 19:34:56 -0500 (EST) (envelope-from hunt) Message-ID: <19971118193455.31721@mph124.rh.psu.edu> Date: Tue, 18 Nov 1997 19:34:55 -0500 From: Matthew Hunt To: Satoshi Asami 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 References: <199711160913.BAA06075@freefall.freebsd.org> <199711190005.QAA25368@silvia.HIP.Berkeley.EDU> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84 In-Reply-To: <199711190005.QAA25368@silvia.HIP.Berkeley.EDU>; from Satoshi Asami on Tue, Nov 18, 1997 at 04:05:53PM -0800 Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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 #