svn commit: r339979 - head/audio/mixer.app

Antoine Brodin antoine at FreeBSD.org
Thu Jan 16 20:23:30 UTC 2014


Author: antoine
Date: Thu Jan 16 20:23:30 2014
New Revision: 339979
URL: http://svnweb.freebsd.org/changeset/ports/339979
QAT: https://qat.redports.org/buildarchive/r339979/

Log:
  Stage support

Modified:
  head/audio/mixer.app/Makefile

Modified: head/audio/mixer.app/Makefile
==============================================================================
--- head/audio/mixer.app/Makefile	Thu Jan 16 20:21:22 2014	(r339978)
+++ head/audio/mixer.app/Makefile	Thu Jan 16 20:23:30 2014	(r339979)
@@ -18,9 +18,8 @@ LDFLAGS+=	-L${LOCALBASE}/lib -lXpm -lXex
 MAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LDFLAGS="${LDFLAGS}"
 
 USE_XORG=	xpm xext x11
-NO_STAGE=	yes
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/Mixer.app ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list