diff options
author | mycroft <mycroft> | 1999-04-23 12:42:24 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1999-04-23 12:42:24 +0000 |
commit | a2bb65c110d4a3b7c4d378b604fef81606a5288a (patch) | |
tree | fab2492ea9211112e7bbaa6f2db7253c688fb05b /math | |
parent | 1b4ab320c2d30ccd7e82cb2b0f09d51ed2052dec (diff) | |
download | pkgsrc-a2bb65c110d4a3b7c4d378b604fef81606a5288a.tar.gz |
Mirror Makefile.in changes in Makefile.am, in case automake is run.
Diffstat (limited to 'math')
-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 + |