aboutsummaryrefslogtreecommitdiff
path: root/misc/dtach/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-27 11:53:00 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-12-27 11:53:00 +0000
commit5688b94b4034aac493ac2081d4fa64d8e823f17d (patch)
tree54ba51c2f7b5f4380824e353733ed80e3bc52ded /misc/dtach/Makefile
parent43350f39d0faf38c15132806842f832d09173ead (diff)
downloadports-5688b94b4034aac493ac2081d4fa64d8e823f17d.tar.gz
ports-5688b94b4034aac493ac2081d4fa64d8e823f17d.zip
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes: svn path=/head/; revision=404561
Diffstat (limited to 'misc/dtach/Makefile')
-rw-r--r--misc/dtach/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/dtach/Makefile b/misc/dtach/Makefile
index ec379714edcd..679f28a6793c 100644
--- a/misc/dtach/Makefile
+++ b/misc/dtach/Makefile
@@ -24,7 +24,9 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dtach ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dtach.1 ${STAGEDIR}${MANPREFIX}/man/man1
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
+
+do-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>