Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Apr 2015 22:08:19 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383682 - head/audio/xmms2
Message-ID:  <201504092208.t39M8JPv059420@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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