summaryrefslogtreecommitdiff
path: root/net/netatalk-devel/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net/netatalk-devel/files/patch-Makefile.in')
-rw-r--r--net/netatalk-devel/files/patch-Makefile.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/net/netatalk-devel/files/patch-Makefile.in b/net/netatalk-devel/files/patch-Makefile.in
deleted file mode 100644
index 15d4d58e6a76..000000000000
--- a/net/netatalk-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,18 +0,0 @@
---- config/Makefile.in.orig Thu Aug 30 12:02:31 2001
-+++ config/Makefile.in Thu Aug 30 12:03:21 2001
-@@ -136,11 +136,11 @@
- $(mkinstalldirs) $(DESTDIR)$(pkgconfdir)
- @list='$(pkgconf_DATA)'; for p in $$list; do \
- if test -f $(srcdir)/$$p; then \
-- echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p"; \
-- $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p; \
-+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p.dist"; \
-+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfdir)/$$p.dist; \
- else if test -f $$p; then \
-- echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p"; \
-- $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p; \
-+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p.dist"; \
-+ $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfdir)/$$p.dist; \
- fi; fi; \
- done
-