svn commit: r340177 - head/audio/xmmix

Antoine Brodin antoine at FreeBSD.org
Sat Jan 18 15:01:53 UTC 2014


Author: antoine
Date: Sat Jan 18 15:01:52 2014
New Revision: 340177
URL: http://svnweb.freebsd.org/changeset/ports/340177
QAT: https://qat.redports.org/buildarchive/r340177/

Log:
  Stage support

Modified:
  head/audio/xmmix/Makefile

Modified: head/audio/xmmix/Makefile
==============================================================================
--- head/audio/xmmix/Makefile	Sat Jan 18 14:58:50 2014	(r340176)
+++ head/audio/xmmix/Makefile	Sat Jan 18 15:01:52 2014	(r340177)
@@ -13,12 +13,10 @@ COMMENT=	Motif-based audio mixer
 WRKSRC=		${WRKDIR}/xmmix-1.2
 
 USES=		imake motif
-NO_STAGE=	yes
 USE_XORG=	x11 xext sm ice xt xp
 
-MAN1=		xmmix.1
-
-PLIST_FILES=	bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp
+PLIST_FILES=	bin/xmmix lib/X11/app-defaults/XMmix lib/X11/xmmix.hlp \
+		man/man1/xmmix.1.gz
 
 post-patch:
 	@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/XMmix.ad


More information about the svn-ports-all mailing list