Install help-file in the right place. Closes PR 5173 by
Jaromir Dolecek <dolecek@ics.muni.cz>.
This commit is contained in:
parent
b4fabbc8ff
commit
4b0b2faddd
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue