aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-03-13 20:28:02 +0800
committerijliao <ijliao@FreeBSD.org>2002-03-13 20:28:02 +0800
commiteb9e2a070c9e424c825672739193d301f3ba1701 (patch)
treefc72c870aa9ad62dd5485ba06c56b6e3aad1f37d
parent8d75358310c4e780e8abc42bb42d8092740407a8 (diff)
downloadfreebsd-ports-gnome-eb9e2a070c9e424c825672739193d301f3ba1701.tar.gz
freebsd-ports-gnome-eb9e2a070c9e424c825672739193d301f3ba1701.tar.zst
freebsd-ports-gnome-eb9e2a070c9e424c825672739193d301f3ba1701.zip
fix typo when install
Submitted by: Nathan Sharfi <comatoast@cyclooctane.com> (author)
-rw-r--r--audio/sonice/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sonice/Makefile b/audio/sonice/Makefile
index 2b6307ac7abc..3d56e4935a91 100644
--- a/audio/sonice/Makefile
+++ b/audio/sonice/Makefile
@@ -23,7 +23,7 @@ NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/sonice.py ${PREFIX}/bin/sonice
-.for file in commatoys ogg
+.for file in comatoys ogg
${INSTALL_SCRIPT} ${WRKSRC}/${file}.py ${PYTHON_SITELIBDIR}
.endfor