svn commit: r383682 - head/audio/xmms2

Antoine Brodin antoine at FreeBSD.org
Thu Apr 9 22:08:19 UTC 2015


Author: antoine
Date: Thu Apr  9 22:08:18 2015
New Revision: 383682
URL: https://svnweb.freebsd.org/changeset/ports/383682

Log:
  Prevent a stage violation when staging as root

Modified:
  head/audio/xmms2/Makefile

Modified: head/audio/xmms2/Makefile
==============================================================================
--- head/audio/xmms2/Makefile	Thu Apr  9 22:06:36 2015	(r383681)
+++ head/audio/xmms2/Makefile	Thu Apr  9 22:08:18 2015	(r383682)
@@ -15,6 +15,7 @@ USES+=		pkgconfig tar:bzip2 waf
 
 CONFIGURE_ARGS+=	--conf-prefix=${LOCALBASE} \
 		--mandir=${MANPREFIX}/man
+INSTALL_TARGET=	install --without-ldconfig
 
 .if !defined(XMMS2_SLAVE)
 USE_GNOME=	glib20


More information about the svn-ports-all mailing list