mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2f2db0bc52
- 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
12 lines
482 B
Plaintext
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:
|