aboutsummaryrefslogtreecommitdiffstats
path: root/russian
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-20 23:33:20 +0800
committerMathieu Arnold <mat@FreeBSD.org>2016-07-20 23:33:20 +0800
commite50dc2a33659f6b4119906eca4efb0e803b64bfb (patch)
treed74ba65fed8db0fd098d71428aebd9af6e665d09 /russian
parent699288db85300808717293ff894f66a1b6091b29 (diff)
downloadfreebsd-ports-gnome-e50dc2a33659f6b4119906eca4efb0e803b64bfb.tar.gz
freebsd-ports-gnome-e50dc2a33659f6b4119906eca4efb0e803b64bfb.tar.zst
freebsd-ports-gnome-e50dc2a33659f6b4119906eca4efb0e803b64bfb.zip
Cleanup $() variables in ports Makefiles.
Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight
Diffstat (limited to 'russian')
-rw-r--r--russian/ircd-hybrid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/russian/ircd-hybrid/Makefile b/russian/ircd-hybrid/Makefile
index 2e9a8d07d877..30f95f63d8a8 100644
--- a/russian/ircd-hybrid/Makefile
+++ b/russian/ircd-hybrid/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd-hybrid-ru
USERS= ircdru
GROUPS= ircdru
-PLIST_SUB= USR=$(USERS) GRP=$(GROUPS)
+PLIST_SUB= USR=${USERS} GRP=${GROUPS}
.if defined(WITH_SMALL_NET)
CONFIGURE_ARGS+=-enable-small-net