diff options
Diffstat (limited to 'math/pspp/files/patch-ab')
-rw-r--r-- | math/pspp/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/math/pspp/files/patch-ab b/math/pspp/files/patch-ab deleted file mode 100644 index a9d6c40e0735..000000000000 --- a/math/pspp/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ ---- config/Makefile.in.orig Sun Jan 16 19:06:43 2000 -+++ config/Makefile.in Sat Apr 22 13:04:25 2000 -@@ -125,12 +125,15 @@ - $(mkinstalldirs) $(DESTDIR)$(pkgsysconfdir) - @list='$(pkgsysconf_DATA)'; for p in $$list; do \ - if test -f $(srcdir)/$$p; then \ -- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \ -- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \ -+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p.default"; \ -+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p.default; \ - else if test -f $$p; then \ - echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p"; \ - $(INSTALL_DATA) $$p $(DESTDIR)$(pkgsysconfdir)/$$p; \ - fi; fi; \ -+ if test ! -f $(DESTDIR)$(pkgsysconfdir)/$$p; then \ -+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgsysconfdir)/$$p; \ -+ fi; \ - done - - uninstall-pkgsysconfDATA: |