Date: Mon, 11 Mar 2002 16:12:24 +0100 (CET) From: Miguel Mendez <flynn@energyhq.homeip.net> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/35782: Maintainer update: Fix bento build error for emulators/xzx <fsynopsis of the problem (one line)> Message-ID: <20020311151224.030A63FC25@energyhq.homeip.net>
next in thread | raw e-mail | index | archive | help
>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: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 11 07:20:01 PST 2002 >Closed-Date: >Last-Modified: >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: >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?20020311151224.030A63FC25>