diff options
author | mycroft <mycroft@pkgsrc.org> | 1999-04-23 12:42:24 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1999-04-23 12:42:24 +0000 |
commit | 99b0e33573edcee1074a7e045ba35c8429ea591e (patch) | |
tree | fab2492ea9211112e7bbaa6f2db7253c688fb05b /math/pspp/patches | |
parent | cac35f55f36d6ecb2675daa6514552a981208fe8 (diff) | |
download | pkgsrc-99b0e33573edcee1074a7e045ba35c8429ea591e.tar.gz |
Mirror Makefile.in changes in Makefile.am, in case automake is run.
Diffstat (limited to 'math/pspp/patches')
-rw-r--r-- | math/pspp/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/pspp/patches/patch-ab b/math/pspp/patches/patch-ab new file mode 100644 index 00000000000..b66348d8f6f --- /dev/null +++ b/math/pspp/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 1999/04/23 12:42:24 mycroft Exp $ + +--- Makefile.am.orig Thu Nov 19 12:14:02 1998 ++++ Makefile.am Fri Apr 23 08:15:22 1999 +@@ -4,7 +4,7 @@ + + SUBDIRS = doc intl po lib src config tests + +-pkgdocdir = $(prefix)/doc/@PACKAGE@ ++pkgdocdir = $(prefix)/share/doc/@PACKAGE@ + pkgdoc_DATA = NEWS README TODO + noinst_DATA = AUTHORS THANKS + |