aboutsummaryrefslogtreecommitdiffstats
path: root/audio/xmix
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-10-28 02:42:50 +0800
committerkris <kris@FreeBSD.org>2003-10-28 02:42:50 +0800
commit0978b7f3e66cb59b97f482033f87b6e2a7c3b774 (patch)
tree99241d682e527118db22ae949c93d9ee23748bf7 /audio/xmix
parent44cb34a8d6cd0b72463b0f3bec118ed14bafc930 (diff)
downloadfreebsd-ports-gnome-0978b7f3e66cb59b97f482033f87b6e2a7c3b774.tar.gz
freebsd-ports-gnome-0978b7f3e66cb59b97f482033f87b6e2a7c3b774.tar.zst
freebsd-ports-gnome-0978b7f3e66cb59b97f482033f87b6e2a7c3b774.zip
Portlint ($() -> ${})
Diffstat (limited to 'audio/xmix')
-rw-r--r--audio/xmix/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmix/Makefile b/audio/xmix/Makefile
index 33371949db21..f3de9bdc8fa6 100644
--- a/audio/xmix/Makefile
+++ b/audio/xmix/Makefile
@@ -27,6 +27,6 @@ pre-build:
${CP} ${WRKSRC}/xmix.1 ${WRKSRC}/xmix.man
pre-install:
- ${INSTALL_DATA} $(WRKSRC)/XMix ${PREFIX}/lib/X11/app-defaults
+ ${INSTALL_DATA} ${WRKSRC}/XMix ${PREFIX}/lib/X11/app-defaults
.include <bsd.port.mk>