diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 14:42:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-01-03 14:42:07 +0000 |
commit | db0cfbb235c378637b7cb9a6c502ba4973c47812 (patch) | |
tree | 085773118d73f7f339d8cb24c4d7c2fbd3b9673b /archivers/macutils | |
parent | b1a67a21443e72a22c040f53e622a8cd8580eeab (diff) |
Notes
Diffstat (limited to 'archivers/macutils')
-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} |