aboutsummaryrefslogtreecommitdiff
path: root/audio/xmix
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-18 14:58:50 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-18 14:58:50 +0000
commit492efb12b5a4a3e46899a8606bcce6c07c728aa7 (patch)
treec8c3fc885e0b3fcbfabb5b703e3135b077bf903a /audio/xmix
parente0a2c4e46dbbf68e89275d0f5dc21d345a0b1752 (diff)
downloadports-492efb12b5a4a3e46899a8606bcce6c07c728aa7.tar.gz
ports-492efb12b5a4a3e46899a8606bcce6c07c728aa7.zip
Notes
Diffstat (limited to 'audio/xmix')
-rw-r--r--audio/xmix/Makefile7
1 files 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 <bsd.port.mk>