From e50dc2a33659f6b4119906eca4efb0e803b64bfb Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Wed, 20 Jul 2016 15:33:20 +0000 Subject: 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 --- databases/postgresql91-docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql91-docs/Makefile') diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile index 3c7ef2a692b1..7bd08788b348 100644 --- a/databases/postgresql91-docs/Makefile +++ b/databases/postgresql91-docs/Makefile @@ -32,7 +32,7 @@ do-build: ${MAKE_CMD} -C ${WRKSRC} html do-install: - @ $(MKDIR) ${STAGEDIR}${PGDOCSDIR} + @ ${MKDIR} ${STAGEDIR}${PGDOCSDIR} ( cd ${WRKSRC}/doc/src/sgml/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PGDOCSDIR} ) -- cgit v1.2.3