summaryrefslogtreecommitdiff
path: root/audio/xmix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmix/Makefile')
-rw-r--r--audio/xmix/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile
index 8c4eb26c14a5..3e1cfad9a044 100644
--- a/audio/xmix/Makefile
+++ b/audio/xmix/Makefile
@@ -21,8 +21,10 @@ WRKSRC= $(WRKDIR)/xmix
MAN1= xmix.1
-pre-install:
+pre-build:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
+
+pre-install:
${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>