summaryrefslogtreecommitdiffstats
path: root/devel/xorg-macros/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
committermat <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
commitdb56f13ef4400c01c2a9ef2ba0e545effb4949f9 (patch)
treed74ba65fed8db0fd098d71428aebd9af6e665d09 /devel/xorg-macros/Makefile
parent3152a538183a1b60ad1cc78f4daf75bf3776cbfb (diff)
downloadFreeBSD-ports-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.zip
FreeBSD-ports-db56f13ef4400c01c2a9ef2ba0e545effb4949f9.tar.gz
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 'devel/xorg-macros/Makefile')
-rw-r--r--devel/xorg-macros/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/xorg-macros/Makefile b/devel/xorg-macros/Makefile
index c9c9ae0..49a320b 100644
--- a/devel/xorg-macros/Makefile
+++ b/devel/xorg-macros/Makefile
@@ -4,7 +4,7 @@
PORTNAME= xorg-macros
PORTVERSION= 1.19.0
CATEGORIES= devel x11
-DISTNAME= util-macros-$(PORTVERSION)
+DISTNAME= util-macros-${PORTVERSION}
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org development aclocal macros
OpenPOWER on IntegriCloud