aboutsummaryrefslogtreecommitdiffstats
path: root/audio/eawpats/Makefile
diff options
context:
space:
mode:
authornork <nork@FreeBSD.org>2005-12-15 21:18:10 +0800
committernork <nork@FreeBSD.org>2005-12-15 21:18:10 +0800
commitb2da2bbfa46b613628cdd70ecbd0fc259571822d (patch)
tree4d79de309828a6f764fbcd06ccfa2467e2dfb6e8 /audio/eawpats/Makefile
parent0f47048193ef3987e2b56d048616da491e55ab63 (diff)
downloadfreebsd-ports-gnome-b2da2bbfa46b613628cdd70ecbd0fc259571822d.tar.gz
freebsd-ports-gnome-b2da2bbfa46b613628cdd70ecbd0fc259571822d.tar.zst
freebsd-ports-gnome-b2da2bbfa46b613628cdd70ecbd0fc259571822d.zip
Make flexibility timidity.cfg.
Approved by: Jonathan Lennox <lennox@cs.columbia.edu> (maintainer)
Diffstat (limited to 'audio/eawpats/Makefile')
-rw-r--r--audio/eawpats/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/eawpats/Makefile b/audio/eawpats/Makefile
index 38cdd14ba2f4..d176f3635ff5 100644
--- a/audio/eawpats/Makefile
+++ b/audio/eawpats/Makefile
@@ -7,7 +7,7 @@
PORTNAME= eawpats
PORTVERSION= 12
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
@@ -38,7 +38,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${subdir}/*.pat ${DATADIR}/${subdir}
.endfor
${MKDIR} ${TIMIDITY_DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/linuxconfig/timidity.cfg ${TIMIDITY_DATADIR}
+ ${INSTALL_DATA} ${WRKSRC}/linuxconfig/timidity.cfg ${TIMIDITY_DATADIR}/timidity.cfg-eawpats
+ [ -f ${TIMIDITY_DATADIR}/timidity.cfg ] || \
+ ${INSTALL_DATA} ${WRKSRC}/linuxconfig/timidity.cfg ${TIMIDITY_DATADIR}/timidity.cfg
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/*.txt ${WRKSRC}/*.hlp ${DOCSDIR}