PERFORCE change 101857 for review

Gabor Kovesdan gabor at FreeBSD.org
Tue Jul 18 16:33:27 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101857

Change 101857 by gabor at gabor_spitfire on 2006/07/18 16:32:29

	Fix an unterminated quoted string.

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#39 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.port.mk#39 (text+ko) ====

@@ -4711,7 +4711,7 @@
 		if [ X${USE_PACKAGE_DEPENDS} != "X" ]; then \
 			subpkgfile=`(cd $$dir; ${MAKE} $$depends_args -V PKGFILE)`; \
 			if [ -r "$${subpkgfile}" -a "$$target" = "${DEPENDS_TARGET}" ]; then \
-				if [ -z "${DESTDIR} ] ; then \
+				if [ -z "${DESTDIR}" ] ; then \
 					${ECHO_MSG} "===>   Installing existing package $${subpkgfile}"; \
 					${PKG_ADD} $${subpkgfile}; \
 				else \


More information about the p4-projects mailing list