svn commit: r338143 - head/audio/qsynth

Antoine Brodin antoine at FreeBSD.org
Mon Dec 30 17:10:09 UTC 2013


Author: antoine
Date: Mon Dec 30 17:10:08 2013
New Revision: 338143
URL: http://svnweb.freebsd.org/changeset/ports/338143

Log:
  Stage support

Modified:
  head/audio/qsynth/Makefile

Modified: head/audio/qsynth/Makefile
==============================================================================
--- head/audio/qsynth/Makefile	Mon Dec 30 17:05:58 2013	(r338142)
+++ head/audio/qsynth/Makefile	Mon Dec 30 17:10:08 2013	(r338143)
@@ -23,7 +23,6 @@ SYSTEM_TRAY_DESC=	System-tray icon
 SYSTEM_TRAY_CONFIGURE_OFF=	--disable-system-tray
 
 USE_QT4=	gui linguist_build moc_build qmake_build rcc_build uic_build
-NO_STAGE=	yes
 QT_NONSTANDARD=	yes
 USES=		gmake
 GNU_CONFIGURE=	yes
@@ -42,6 +41,6 @@ post-configure:
 		${QMAKE_ARGS})
 
 post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/qsynth
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsynth
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list