svn commit: r340176 - head/audio/xmix

Antoine Brodin antoine at FreeBSD.org
Sat Jan 18 14:58:51 UTC 2014


Author: antoine
Date: Sat Jan 18 14:58:50 2014
New Revision: 340176
URL: http://svnweb.freebsd.org/changeset/ports/340176
QAT: https://qat.redports.org/buildarchive/r340176/

Log:
  Stage support

Modified:
  head/audio/xmix/Makefile

Modified: head/audio/xmix/Makefile
==============================================================================
--- head/audio/xmix/Makefile	Sat Jan 18 14:56:20 2014	(r340175)
+++ head/audio/xmix/Makefile	Sat Jan 18 14:58:50 2014	(r340176)
@@ -16,17 +16,16 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Mixer for X Window System
 
 USES=		imake
-NO_STAGE=	yes
 WRKSRC=		${WRKDIR}/xmix
 USE_XORG=	x11 xext xmu xaw xt sm ice
 
-MAN1=		xmix.1
-PLIST_FILES=	bin/xmix lib/X11/app-defaults/XMix
+PLIST_FILES=	bin/xmix lib/X11/app-defaults/XMix \
+		man/man1/xmix.1.gz
 
 pre-build:
 	${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
 
 post-install:
-	${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults
+	${INSTALL_DATA} ${WRKSRC}/XMix ${STAGEDIR}${PREFIX}/lib/X11/app-defaults
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list