diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-04 15:04:31 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-04 15:04:31 +0000 |
commit | 208e9b9083440215daa1e886e87d39a6359617ff (patch) | |
tree | eee5ba3071a4681cbeddd8e948b1077537b972e0 /audio/timidity++ | |
parent | 1b35d2630266f8e6f07372a7b70993334c313fff (diff) | |
download | ports-208e9b9083440215daa1e886e87d39a6359617ff.tar.gz ports-208e9b9083440215daa1e886e87d39a6359617ff.zip |
Notes
Diffstat (limited to 'audio/timidity++')
-rw-r--r-- | audio/timidity++/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/audio/timidity++/Makefile b/audio/timidity++/Makefile index fdc8e310a874..37166203ca49 100644 --- a/audio/timidity++/Makefile +++ b/audio/timidity++/Makefile @@ -24,6 +24,11 @@ MAN1= timidity.1 post-install: cd ${PREFIX}/lib/timidity && \ - tar zxf ${DISTDIR}/${TIINS} + tar zxf ${DISTDIR}/${TIINS} && \ + cp goemon.cfg goemon.cfg.bak && \ + sed 's=dir goemon=dir ${PREFIX}/lib/timidity/goemon=' \ + < goemon.cfg.bak > goemon.cfg && \ + rm goemon.cfg.bak + .include <bsd.port.mk> |