From fa0fd44db70aafc8f617aa6e50c5f88396b4462a Mon Sep 17 00:00:00 2001 From: Sheldon Hearn Date: Mon, 30 Aug 1999 12:06:50 +0000 Subject: Work around the build errors by updating: 2.9.0 -> 2.9.1 Submitted by: Damian Kuczynski --- emulators/xzx/Makefile | 4 +--- emulators/xzx/distinfo | 2 +- emulators/xzx/files/patch-aa | 10 +++++----- 3 files changed, 7 insertions(+), 9 deletions(-) (limited to 'emulators') diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 4bc9b238c6cf..e2889257fc51 100644 --- a/emulators/xzx/Makefile +++ b/emulators/xzx/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -DISTNAME= xzx-2.9.0 +DISTNAME= xzx-2.9.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/emulators/zx @@ -16,8 +16,6 @@ MAINTAINER= sheldonh@FreeBSD.org USE_X_PREFIX= yes GNU_CONFIGURE= yes -BROKEN= "bison build error" - MAN1= xzx.1 .include diff --git a/emulators/xzx/distinfo b/emulators/xzx/distinfo index 02c27e256b14..aaca853e8066 100644 --- a/emulators/xzx/distinfo +++ b/emulators/xzx/distinfo @@ -1 +1 @@ -MD5 (xzx-2.9.0.tar.gz) = def36d1127bef68a363f4e98cb1d31d1 +MD5 (xzx-2.9.1.tar.gz) = ec6d3a3b9c4fc61483c2f3c33d0c58ef diff --git a/emulators/xzx/files/patch-aa b/emulators/xzx/files/patch-aa index 60149ff8130a..429a17dbad8c 100644 --- a/emulators/xzx/files/patch-aa +++ b/emulators/xzx/files/patch-aa @@ -18,15 +18,15 @@ Put documentation in share/doc/xzx instead of lib/xzx: pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ -@@ -260,9 +262,9 @@ +@@ -259,9 +261,9 @@ sed -e "s,/usr/local/lib/xzx,$(pkglibdir)," < Xzx.ad > Xzx install-data-local: Xzx -- $(mkinstalldirs) $(pkglibdir) -+ $(mkinstalldirs) $(pkgdocdir) +- $(mkinstalldirs) $(DESTDIR)$(pkglibdir) ++ $(mkinstalldirs) $(DESTDIR)$(pkgdocdir) for f in $(DOC_FILES); do \ -- $(INSTALL_DATA) $$f $(pkglibdir); \ -+ $(INSTALL_DATA) $$f $(pkgdocdir); \ +- $(INSTALL_DATA) $$f $(DESTDIR)$(pkglibdir); \ ++ $(INSTALL_DATA) $$f $(DESTDIR)$(pkgdocdir); \ done $(INSTALL_DATA) Xzx @XAPPLOADDIR@/Xzx rm -f Xzx -- cgit v1.2.3