mirror of
https://git.freebsd.org/ports.git
synced 2025-06-30 09:00:33 -04:00
PR: ports/91036 Submitted by: Rainer Alves <rainer.alves@gmail.com> Approved by: maintainer timeout (54 days)
11 lines
453 B
Text
11 lines
453 B
Text
--- builtins/Makefile.in.orig Wed Dec 28 19:49:25 2005
|
|
+++ builtins/Makefile.in Wed Dec 28 19:50:01 2005
|
|
@@ -178,7 +178,7 @@
|
|
|
|
install-help:
|
|
@-if test -n "${HELPDIR}" && test -d helpfiles ; then \
|
|
- test -d ${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
|
|
+ test -d ${DESTDIR}${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
|
|
( for f in helpfiles/*; do \
|
|
echo installing $$f; \
|
|
${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \
|