diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-30 12:06:50 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-08-30 12:06:50 +0000 |
commit | fa0fd44db70aafc8f617aa6e50c5f88396b4462a (patch) | |
tree | 3e7dd816bf328a620f2d3e2c022e0984b372f374 | |
parent | fe8f04069f9058c265eb74e7cde5ee44565c45de (diff) | |
download | ports-fa0fd44db70aafc8f617aa6e50c5f88396b4462a.tar.gz ports-fa0fd44db70aafc8f617aa6e50c5f88396b4462a.zip |
Notes
-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 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 <bsd.port.mk> 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 |