From flynn@energyhq.homeip.net  Mon Mar 11 07:12:24 2002
Return-Path: <flynn@energyhq.homeip.net>
Received: from energyhq.homeip.net (213-97-200-73.uc.nombres.ttd.es [213.97.200.73])
	by hub.freebsd.org (Postfix) with ESMTP id 4B36437B400
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 11 Mar 2002 07:12:23 -0800 (PST)
Received: by energyhq.homeip.net (Postfix, from userid 1001)
	id 030A63FC25; Mon, 11 Mar 2002 16:12:24 +0100 (CET)
Message-Id: <20020311151224.030A63FC25@energyhq.homeip.net>
Date: Mon, 11 Mar 2002 16:12:24 +0100 (CET)
From: Miguel Mendez <flynn@energyhq.homeip.net>
Reply-To: Miguel Mendez <flynn@energyhq.homeip.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: Fix bento build error for emulators/xzx <fsynopsis of the problem (one line)>
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35782
>Category:       ports
>Synopsis:       Maintainer update: Fix bento build error for emulators/xzx <fsynopsis of the problem (one line)>
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 11 07:20:01 PST 2002
>Closed-Date:    Mon Mar 11 14:02:02 PST 2002
>Last-Modified:  Mon Mar 11 14:02:11 PST 2002
>Originator:     Miguel Mendez
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD energyhq.homeip.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Thu Mar 7 19:43:54 CET 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386


	
>Description:
	Due to a problem in the pkg-plist it was currently not possible to build a package. Fixed.
	
>How-To-Repeat:
	
>Fix:

	

--- xzx.diff begins here ---
diff -ruN xzx.old/files/patch-doc::Makefile.in xzx/files/patch-doc::Makefile.in
--- xzx.old/files/patch-doc::Makefile.in	Thu Jan  1 01:00:00 1970
+++ xzx/files/patch-doc::Makefile.in	Mon Mar 11 16:03:49 2002
@@ -0,0 +1,13 @@
+--- doc/Makefile.in.orig	Fri Jun 22 19:21:43 2001
++++ doc/Makefile.in	Mon Mar 11 16:03:33 2002
+@@ -258,8 +258,9 @@
+ 
+ install-data-local: Xzx
+ 	$(mkinstalldirs) $(DESTDIR)$(pkglibdir)
++	 $(mkinstalldirs) /usr/X11R6/share/doc/xzx-pro/
+ 	for f in $(DOC_FILES); do \
+-	  $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \
++	  $(INSTALL_DATA) $$f /usr/X11R6/share/doc/xzx-pro/; \
+ 	done
+ 	-$(mkinstalldirs) $(DESTDIR)@XAPPLOADDIR@
+ 	-$(INSTALL_DATA) Xzx $(DESTDIR)@XAPPLOADDIR@/Xzx
--- xzx.diff ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Mon Mar 11 14:02:02 PST 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=35782 
>Unformatted:
