diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:17:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-01 19:17:12 +0000 |
commit | f8933e5fc6dc805afc9b13ff0fc28c9f9e8be859 (patch) | |
tree | cfeb24c44ac65f403cc126205a5f477f2be301f9 /net/netatalk-devel/files/patch-Makefile.in | |
parent | Update to 0.17. (diff) |
Update to 1.6.0.
Notes
Notes:
svn path=/head/; revision=72081
Diffstat (limited to 'net/netatalk-devel/files/patch-Makefile.in')
-rw-r--r-- | net/netatalk-devel/files/patch-Makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/net/netatalk-devel/files/patch-Makefile.in b/net/netatalk-devel/files/patch-Makefile.in deleted file mode 100644 index 2bced014b117..000000000000 --- a/net/netatalk-devel/files/patch-Makefile.in +++ /dev/null @@ -1,17 +0,0 @@ ---- config/Makefile.in.orig Mon Dec 17 14:30:53 2001 -+++ config/Makefile.in Mon Dec 17 14:31:45 2001 -@@ -264,12 +264,8 @@ - install-config-files: $(CONFFILES) $(GENFILES) - $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) - for f in $(CONFFILES) $(GENFILES); do \ -- if test "x$(OVERWRITE_CONFIG)" = "xyes" -o ! -f $(DESTDIR)$(pkgconfdir)/$$f; then \ -- echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)"; \ -- $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir); \ -- else \ -- echo "not overwriting $$f"; \ -- fi; \ -+ echo "$(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist"; \ -+ $(INSTALL_DATA) $$f $(DESTDIR)$(pkgconfdir)/$$f.dist; \ - done - - @USE_PAM_TRUE@install-data-local: install-config-files $(PAMFILES) |