summaryrefslogtreecommitdiff
path: root/sysutils/py-stdiff/Makefile
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 /sysutils/py-stdiff/Makefile
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 'sysutils/py-stdiff/Makefile')
-rw-r--r--sysutils/py-stdiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/py-stdiff/Makefile b/sysutils/py-stdiff/Makefile
index 2cb8aaf06136..2a4a5a598144 100644
--- a/sysutils/py-stdiff/Makefile
+++ b/sysutils/py-stdiff/Makefile
@@ -17,7 +17,7 @@ PORTDOCS= *
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
- $(INSTALL_MAN) ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/
- $(INSTALL_MAN) ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/
+ ${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/
+ ${INSTALL_MAN} ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/
(cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/)
.include <bsd.port.mk>