mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
97a6994dde
- While here, use SF macro PR: 128975 Submitted by: Chess Griffin <chess at chessgriffin dot com>
26 lines
970 B
Plaintext
26 lines
970 B
Plaintext
--- Makefile.in.orig 2008-11-09 14:22:16.000000000 -0500
|
|
+++ Makefile.in 2008-11-18 18:16:54.000000000 -0500
|
|
@@ -258,22 +258,8 @@
|
|
prboom.spec: $(top_builddir)/config.status $(srcdir)/prboom.spec.in
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@
|
|
install-docDATA: $(doc_DATA)
|
|
- @$(NORMAL_INSTALL)
|
|
- test -z "$(docdir)" || $(MKDIR_P) "$(DESTDIR)$(docdir)"
|
|
- @list='$(doc_DATA)'; for p in $$list; do \
|
|
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
|
|
- f=$(am__strip_dir) \
|
|
- echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
|
|
- $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
|
|
- done
|
|
|
|
uninstall-docDATA:
|
|
- @$(NORMAL_UNINSTALL)
|
|
- @list='$(doc_DATA)'; for p in $$list; do \
|
|
- f=$(am__strip_dir) \
|
|
- echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
|
|
- rm -f "$(DESTDIR)$(docdir)/$$f"; \
|
|
- done
|
|
|
|
# This directory's subdirectories are mostly independent; you can cd
|
|
# into them and run `make' without going through this Makefile.
|