1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/comms/libirman/files/patch-Makefile.in
Alexey Dokuchaev 2f2db0bc52 - Update to version 0.4.5; define LICENSE; switch to .tar.bz2 distfile
- Provide a better fix for staging (r345307): passing --prefix is redundant
  as configure script is actually autotools-generated one (HAS_CONFIGURE was
  wrongly used instead of GNU_CONFIGURE)
- Make use of the new @sample keyword in pkg-plist; kill unneeded patches
2014-04-19 11:18:30 +00:00

12 lines
482 B
Plaintext

--- Makefile.in.orig 2009-04-10 23:07:01 +0800
+++ Makefile.in
@@ -534,7 +534,7 @@ install-dist_sysconfDATA: $(dist_sysconf
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
f=$(am__strip_dir) \
echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
- $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
+ $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f.sample"; \
done
uninstall-dist_sysconfDATA: