summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-20 15:33:20 +0000
commite50dc2a33659f6b4119906eca4efb0e803b64bfb (patch)
treed74ba65fed8db0fd098d71428aebd9af6e665d09 /x11-wm
parentRemove unused variable. (diff)
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
Notes
Notes: svn path=/head/; revision=418840
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/larswm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile
index 2b6d8fbe55d1..c48db9a77fac 100644
--- a/x11-wm/larswm/Makefile
+++ b/x11-wm/larswm/Makefile
@@ -22,7 +22,7 @@ PLIST_FILES= bin/larsclock bin/larsmenu bin/larsremote bin/larswm \
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
- ${INSTALL_DATA} $(WRKSRC)/${file} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
.include <bsd.port.mk>