Work around the build errors by updating: 2.9.0 -> 2.9.1

Submitted by:	Damian Kuczynski <damian@tmp.iem.pw.edu.pl>
This commit is contained in:
Sheldon Hearn 1999-08-30 12:06:50 +00:00
parent fe8f04069f
commit fa0fd44db7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21123
3 changed files with 7 additions and 9 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (xzx-2.9.0.tar.gz) = def36d1127bef68a363f4e98cb1d31d1
MD5 (xzx-2.9.1.tar.gz) = ec6d3a3b9c4fc61483c2f3c33d0c58ef

View File

@ -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