diff options
Diffstat (limited to 'archivers/macutils/Makefile')
-rw-r--r-- | archivers/macutils/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/macutils/Makefile b/archivers/macutils/Makefile index 16c27d3a0361..816a50be5c87 100644 --- a/archivers/macutils/Makefile +++ b/archivers/macutils/Makefile @@ -23,6 +23,8 @@ DOCFILES= README.crc README.hexbin README.macput README.unpit \ README.zoom README.crc.orig README.macget README.scan \ README.unsit ../README +.include <bsd.port.options.mk> + # The distribution has a naff install target which doesn't install man # pages so here is a decent one. # @@ -44,7 +46,7 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/man/tomac.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/frommac.1 ${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/man/macutil.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} "===> Installing supplementary documents..." @${MKDIR} ${DOCSDIR} .for file in ${DOCFILES} |