From c4c14fd1564a7a3bd0ae1cd2fb6050b662c936f8 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 15 Jan 2013 13:40:28 +0000 Subject: - Use DOC instead of NOPORTDOCS - Pacify portlint - Convert header --- devel/ccache/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/ccache') diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile index 6195b4847512..ee2e7059064d 100644 --- a/devel/ccache/Makefile +++ b/devel/ccache/Makefile @@ -21,7 +21,7 @@ MAN1= ccache.1 PORTDOCS= ccache-howto-freebsd.txt MANUAL.html -OPTIONS_DEFINE= CLANGLINK LLVMLINK STATIC +OPTIONS_DEFINE= CLANGLINK LLVMLINK STATIC DOCS CLANGLINK_DESC= Create clang compiler links if clang is installed LLVMLINK_DESC= Create llvm compiler links if llvm is installed @@ -75,7 +75,7 @@ do-install: ${PREFIX}/bin/ccache-update-links ${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.tar ${DATADIR} -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/MANUAL.html ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${DOCSDIR} -- cgit v1.2.3