diff options
Diffstat (limited to 'converters/fix-mime-charset/Makefile')
-rw-r--r-- | converters/fix-mime-charset/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/converters/fix-mime-charset/Makefile b/converters/fix-mime-charset/Makefile index 08e3a5fa65f..a5f341ffe15 100644 --- a/converters/fix-mime-charset/Makefile +++ b/converters/fix-mime-charset/Makefile @@ -25,8 +25,11 @@ MAN1= fix-mime-charset.1 PLIST_FILES= bin/fix-mime-charset NO_STAGE= yes + +.include <bsd.port.options.mk> + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for f in ${PORTDOCS} @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} |