is it ok to remove whitespace ?
Index: mk/bsd.port.mk
===================================================================
RCS file: /cvs/ports/infrastructure/mk/bsd.port.mk,v
retrieving revision 1.1039
diff -u -p -r1.1039 bsd.port.mk
--- mk/bsd.port.mk 25 Sep 2010 13:39:02 -0000 1.1039
+++ mk/bsd.port.mk 30 Sep 2010 05:07:01 -0000
@@ -181,7 +181,7 @@ _PROGRESS = -m
.else
_PROGRESS =
.endif
-
+
FETCH_CMD ?= /usr/bin/ftp -V ${_PROGRESS} -k ${FTP_KEEPALIVE}
PKG_TMPDIR ?= /var/tmp
@@ -2940,13 +2940,13 @@ _print-package-args:
libs=`eval $$toset ${MAKE} print-plist-libs`; \
needed=false; \
IFS=,; for d in $$dep; do \
- ${_libresolve_fragment}; \
- case "$$check" in \
+ ${_libresolve_fragment}; \
+ case "$$check" in \
*.a) continue;; \
Failed) \
echo 1>&2 "Can't resolve libspec $$d
(for ${_i} in ${SUBPACKAGE})"; \
exit 1;; \
- *) \
+ *) \
needed=true;; \
esac; \
done; \