update to 04-173; from Andreas Kahari <ak+openbsd@freeshell.org>

This commit is contained in:
naddy 2004-06-30 23:38:56 +00:00
parent 8984d5ada1
commit f0f410d44d
3 changed files with 12 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.2 2004/05/08 22:58:30 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2004/06/30 23:38:56 naddy Exp $
COMMENT= "interpretive macro/programming language"
V= 04-111
V= 04-173
DISTNAME= zoem-${V}
PKGNAME= zoem-${V:S,-,_,}
CATEGORIES= textproc lang

View File

@ -1,3 +1,3 @@
MD5 (zoem-04-111.tar.gz) = badfc9198a7a8239d7da487f0330c79d
RMD160 (zoem-04-111.tar.gz) = 75f764501e71df7658da573c5ea4e48a80c32857
SHA1 (zoem-04-111.tar.gz) = cd42b186fecdbcfea4c6fa3242b7e467b4afbff1
MD5 (zoem-04-173.tar.gz) = ed6f12151d2e3479deefb10c9f4848a7
RMD160 (zoem-04-173.tar.gz) = 4473629e471749345e027f7d7c7991a377686cdb
SHA1 (zoem-04-173.tar.gz) = 4a3dc1b2733b7829177e5fefa899b5b01c6f9da9

View File

@ -1,14 +1,12 @@
$OpenBSD: patch-examples_Makefile_in,v 1.2 2004/05/08 22:58:30 naddy Exp $
--- examples/Makefile.in.orig 2004-04-20 12:26:28.000000000 +0100
+++ examples/Makefile.in 2004-05-08 22:36:01.000000000 +0100
@@ -81,7 +81,9 @@ am__quote = @am__quote@
install_sh = @install_sh@
$OpenBSD: patch-examples_Makefile_in,v 1.3 2004/06/30 23:38:56 naddy Exp $
--- examples/Makefile.in.orig Tue Jun 29 15:21:41 2004
+++ examples/Makefile.in Tue Jun 29 15:22:04 2004
@@ -128,7 +128,7 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
docdir = $(datadir)/doc/$(PACKAGE)
-docexamplesdir = $(docdir)/examples
+#docexamplesdir = $(docdir)/examples
+# OpenBSD places examples elsewhere...
+docexamplesdir = $(datadir)/examples/$(PACKAGE)
docexamples_DATA = \
README \
power-of-2.azm power-of-2.ozm \