diff options
author | sheldonh <sheldonh@FreeBSD.org> | 1999-08-30 12:06:50 +0000 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 1999-08-30 12:06:50 +0000 |
commit | 62a6f6e6c3bc081d6fdb7c12c30e9af028bf9bbc (patch) | |
tree | 349f920f49701675c0d7f3eac8542aad9f1b6266 /emulators | |
parent | 8582392e3302e5b62c110fca0a1765b9f8755d48 (diff) | |
download | FreeBSD-ports-62a6f6e6c3bc081d6fdb7c12c30e9af028bf9bbc.zip FreeBSD-ports-62a6f6e6c3bc081d6fdb7c12c30e9af028bf9bbc.tar.gz |
Work around the build errors by updating: 2.9.0 -> 2.9.1
Submitted by: Damian Kuczynski <damian@tmp.iem.pw.edu.pl>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xzx/Makefile | 4 | ||||
-rw-r--r-- | emulators/xzx/distinfo | 2 | ||||
-rw-r--r-- | emulators/xzx/files/patch-aa | 10 |
3 files changed, 7 insertions, 9 deletions
diff --git a/emulators/xzx/Makefile b/emulators/xzx/Makefile index 4bc9b23..e288925 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 <bsd.port.mk> diff --git a/emulators/xzx/distinfo b/emulators/xzx/distinfo index 02c27e2..aaca853 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 60149ff..429a17d 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 |