diff options
author | agc <agc@pkgsrc.org> | 1999-10-21 15:15:01 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-21 15:15:01 +0000 |
commit | bdbea793dff4c1bd0d3dab4a096602fb3fa94384 (patch) | |
tree | b436ff6ef626e61703cb2575c500821b5bfa8925 /misc/siag/patches/patch-ai | |
parent | f4d100bac62d714f706f2c37e4357866575f430b (diff) | |
download | pkgsrc-bdbea793dff4c1bd0d3dab4a096602fb3fa94384.tar.gz |
Remove the previous post-install hack which moved documentation around.
Add patches to put the documentation in the correct directory, according
to hier(7).
Fixes the concerns raised in pkg PR 8620 by Simon Burge.
Diffstat (limited to 'misc/siag/patches/patch-ai')
-rw-r--r-- | misc/siag/patches/patch-ai | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/siag/patches/patch-ai b/misc/siag/patches/patch-ai new file mode 100644 index 00000000000..1d3dc718df8 --- /dev/null +++ b/misc/siag/patches/patch-ai @@ -0,0 +1,21 @@ +$NetBSD: patch-ai,v 1.1 1999/10/21 15:15:03 agc Exp $ + +Use the correct doc directory + +--- xcommon/Makefile.in 1999/10/21 15:08:23 1.1 ++++ xcommon/Makefile.in 1999/10/21 15:08:41 +@@ -439,11 +439,11 @@ + + + install-data-local: +- $(mkinstalldirs) $(DESTDIR)$(prefix)/doc/siag/xcommon +- cp $(srcdir)/form.scm $(DESTDIR)$(prefix)/doc/siag/xcommon ++ $(mkinstalldirs) $(DESTDIR)$(prefix)/share/doc/siag/xcommon ++ cp $(srcdir)/form.scm $(DESTDIR)$(prefix)/share/doc/siag/xcommon + + uninstall-local: +- rm -rf $(DESTDIR)@prefix@/doc/siag/xcommon ++ rm -rf $(DESTDIR)@prefix@/share/doc/siag/xcommon + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |