From 492efb12b5a4a3e46899a8606bcce6c07c728aa7 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 18 Jan 2014 14:58:50 +0000 Subject: [PATCH] Stage support --- audio/xmix/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile index 50b9f493aa2e..e11f2791d84a 100644 --- a/audio/xmix/Makefile +++ b/audio/xmix/Makefile @@ -16,17 +16,16 @@ MAINTAINER= ports@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