svn commit: r354668 - head/astro/google-earth

Juergen Lock nox at FreeBSD.org
Tue May 20 19:14:07 UTC 2014


Author: nox
Date: Tue May 20 19:14:06 2014
New Revision: 354668
URL: http://svnweb.freebsd.org/changeset/ports/354668
QAT: https://qat.redports.org/buildarchive/r354668/

Log:
  Seems pre-su-install breaks building as user now - in this case we only
  need it with pkg_* so add a WITH_PKGNG check.

Modified:
  head/astro/google-earth/Makefile

Modified: head/astro/google-earth/Makefile
==============================================================================
--- head/astro/google-earth/Makefile	Tue May 20 18:55:12 2014	(r354667)
+++ head/astro/google-earth/Makefile	Tue May 20 19:14:06 2014	(r354668)
@@ -62,8 +62,10 @@ do-build:
 	@cd ${WRKSRC} && ${RM} -rf setup.* preuninstall.sh postinstall.sh \
 		bin/googleearth.orig
 
+.if !defined(WITH_PKGNG)
 pre-su-install:
 	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WRKSRC}
+.endif
 
 do-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}


More information about the svn-ports-all mailing list