aboutsummaryrefslogtreecommitdiffstats
path: root/audio/eawpats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2003-12-04 23:52:22 +0800
committerpav <pav@FreeBSD.org>2003-12-04 23:52:22 +0800
commit80c76873a09d08522c3aaa84b7890973b6578202 (patch)
treedfa451da743235892523954070831065e66365fb /audio/eawpats
parent58959faf94aa779170a4da5c349190ae2019efe1 (diff)
downloadfreebsd-ports-gnome-80c76873a09d08522c3aaa84b7890973b6578202.tar.gz
freebsd-ports-gnome-80c76873a09d08522c3aaa84b7890973b6578202.tar.zst
freebsd-ports-gnome-80c76873a09d08522c3aaa84b7890973b6578202.zip
- Fix install.
Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
Diffstat (limited to 'audio/eawpats')
-rw-r--r--audio/eawpats/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/eawpats/Makefile b/audio/eawpats/Makefile
index 3574688b9b59..3082af4cb344 100644
--- a/audio/eawpats/Makefile
+++ b/audio/eawpats/Makefile
@@ -40,7 +40,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${subdir}/*.pat ${DATADIR}/${subdir}
.endfor
${MKDIR} ${TIMIDITY_DATADIR}
- ${INSTALL_DATA} ${WRKDIR}/linuxconfig/timidity.cfg ${TIMIDITY_DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/linuxconfig/timidity.cfg ${TIMIDITY_DATADIR}
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/*.txt ${WRKSRC}/*.hlp ${DOCSDIR}