Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jul 2006 16:33:25 GMT
From:      Gabor Kovesdan <gabor@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 101857 for review
Message-ID:  <200607181633.k6IGXPq7073660@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101857

Change 101857 by gabor@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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607181633.k6IGXPq7073660>