diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:25:48 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-04 22:25:48 +0000 |
| commit | 6883b2c6e73fe8ce623318807a0287e5daa9b208 (patch) | |
| tree | 208ea5dc5e7a8a951319cfc1c00f5e6b5e4fd3ea /sysutils/hatop | |
| parent | 381f5c8d0b11d6ffa759a218ed654f320aaef1ae (diff) | |
Notes
Diffstat (limited to 'sysutils/hatop')
| -rw-r--r-- | sysutils/hatop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/hatop/Makefile b/sysutils/hatop/Makefile index fd40d742cf74..07fc9da404a4 100644 --- a/sysutils/hatop/Makefile +++ b/sysutils/hatop/Makefile @@ -19,12 +19,12 @@ LICENSE= GPLv3 PLIST_FILES= bin/hatop man/man1/hatop.1.gz PORTDOCS= HACKING KEYBINDS README +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/hatop ${STAGEDIR}${PREFIX}/bin/hatop ${INSTALL_MAN} ${WRKSRC}/man/hatop.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 -.if !defined(NOPORTDOCS) ${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}) -.endif .include <bsd.port.mk> |
