aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmix
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-18 22:58:50 +0800
committerantoine <antoine@FreeBSD.org>2014-01-18 22:58:50 +0800
commit14631e31b6ded5f4ca37c46df9fc699b2772d109 (patch)
treec8c3fc885e0b3fcbfabb5b703e3135b077bf903a /audio/xmix
parente383f21c958750612c1266e2a608d40c5c401d89 (diff)
downloadfreebsd-ports-gnome-14631e31b6ded5f4ca37c46df9fc699b2772d109.tar.gz
freebsd-ports-gnome-14631e31b6ded5f4ca37c46df9fc699b2772d109.tar.zst
freebsd-ports-gnome-14631e31b6ded5f4ca37c46df9fc699b2772d109.zip
Stage support
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>