summaryrefslogtreecommitdiff
path: root/math/pspp/files/patch-ab
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-06 22:26:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-06 22:26:43 +0000
commite07c07c5be9012d1344d76f5c79f7436ca5fe04b (patch)
tree5b8cd11455b896c448d0d940ba161d8229514c9c /math/pspp/files/patch-ab
parentWorst port ever... Add dependency on XLIB (diff)
- Update to 0.4.0
PR: ports/85570 Submitted by: James Howard <jh@jameshoward.us>
Diffstat (limited to 'math/pspp/files/patch-ab')
-rw-r--r--math/pspp/files/patch-ab20
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: