aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmix/Makefile
diff options
context:
space:
mode:
authorsf <sf@FreeBSD.org>2000-12-31 03:08:00 +0800
committersf <sf@FreeBSD.org>2000-12-31 03:08:00 +0800
commite72be18dc1538c9cf9f65149d459f910eb453e7b (patch)
tree7fc330dad28468eac3c9cd32bcb9dc96a623d97f /audio/xmix/Makefile
parentec93fbea3f7a70a7a85bfda0a1ce051be0df9b22 (diff)
downloadfreebsd-ports-gnome-e72be18dc1538c9cf9f65149d459f910eb453e7b.tar.gz
freebsd-ports-gnome-e72be18dc1538c9cf9f65149d459f910eb453e7b.tar.zst
freebsd-ports-gnome-e72be18dc1538c9cf9f65149d459f910eb453e7b.zip
fix manpage handling with XFree86-4.
PR: 23694 Submitted by: myself Non-responce from: maintainer
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>