aboutsummaryrefslogtreecommitdiffstats
path: root/www/sidplug
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-10 11:00:36 +0800
committeredwin <edwin@FreeBSD.org>2007-10-10 11:00:36 +0800
commit6fdca8e36b12c510f05a29e6fdce5357f8984a37 (patch)
treec6d835f72d736a06373af5a76926944096d0a1af /www/sidplug
parentbe87cd16dfeecf1affbb8ee6255e1be7a2e29bd4 (diff)
downloadfreebsd-ports-gnome-6fdca8e36b12c510f05a29e6fdce5357f8984a37.tar.gz
freebsd-ports-gnome-6fdca8e36b12c510f05a29e6fdce5357f8984a37.tar.zst
freebsd-ports-gnome-6fdca8e36b12c510f05a29e6fdce5357f8984a37.zip
[PATCH]: www/* use {} vs () consistently
Fix all occurrences of this that are not part of REPLACE_CMD commands. PR: ports/117051 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Diffstat (limited to 'www/sidplug')
-rw-r--r--www/sidplug/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/sidplug/Makefile b/www/sidplug/Makefile
index 9be0dffe754c..449d9c1552d9 100644
--- a/www/sidplug/Makefile
+++ b/www/sidplug/Makefile
@@ -18,7 +18,7 @@ COMMENT= A Commodore 64 psid audio plugin for Mozilla or Opera
RUN_DEPENDS= xsidplay:${PORTSDIR}/audio/xsidplay
USE_X_PREFIX= yes
-MAKE_ARGS= CC="${CC}" OPTIMIZER="${CFLAGS} -I$(X11BASE)/include"
+MAKE_ARGS= CC="${CC}" OPTIMIZER="${CFLAGS} -I${X11BASE}/include"
.include <bsd.port.pre.mk>