summaryrefslogtreecommitdiff
path: root/audio/xmmix
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-03-18 20:43:15 +0000
committerhubertf <hubertf>1998-03-18 20:43:15 +0000
commitbf9fac8cefec62b65460f51c25d4007f977228cb (patch)
treeea2b04a32fab7792e4404d82860efa0c91eac1f8 /audio/xmmix
parentdbd535e714d11263fabc41bec45e4002a1f05768 (diff)
downloadpkgsrc-bf9fac8cefec62b65460f51c25d4007f977228cb.tar.gz
Install help-file in the right place. Closes PR 5173 by
Jaromir Dolecek <dolecek@ics.muni.cz>.
Diffstat (limited to 'audio/xmmix')
-rw-r--r--audio/xmmix/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile
index 641de3f4649..873574315e2 100644
--- a/audio/xmmix/Makefile
+++ b/audio/xmmix/Makefile
@@ -3,7 +3,7 @@
# Date created: 97-10-24
# Whom: augustss@cs.chalmers.se
#
-# $NetBSD: Makefile,v 1.5 1998/02/22 13:03:55 veego Exp $
+# $NetBSD: Makefile,v 1.6 1998/03/18 20:43:15 hubertf Exp $
# FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp
#
@@ -18,4 +18,10 @@ REQUIRES_MOTIF= yes
CAT1= xmmix.0
+post-patch:
+ for file in ${WRKSRC}/XMmix.ad ${WRKSRC}/resource.h; do \
+ cp $$file $$file.orig; \
+ sed "s^/usr/lib/X11/xmmix.hlp^${PREFIX}/lib/X11/xmmix.hlp^" $$file.orig > $$file; \
+ done
+
.include <bsd.port.mk>