From 2e405a4390a09190d0b4db047144387da96bdbb8 Mon Sep 17 00:00:00 2001 From: danfe Date: Thu, 11 Jan 2018 18:09:00 +0000 Subject: - Convert to option helper install target (add OPTIONS_DEFINE=DOCS when it was missing) - Invoke INSTALL_DATA where appropriate instead of INSTALL_MAN - Fix some whitespace and formatting bugs along the way --- deskutils/showdown/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deskutils/showdown') diff --git a/deskutils/showdown/Makefile b/deskutils/showdown/Makefile index 289ddbb45c9f..88d736218ba9 100644 --- a/deskutils/showdown/Makefile +++ b/deskutils/showdown/Makefile @@ -37,6 +37,6 @@ post-install: post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include -- cgit