diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 08:26:59 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-05 08:26:59 +0000 |
| commit | 3fb34794b82da48e104f1ef66cdf1c8de5eba5f1 (patch) | |
| tree | 05074725b32d685cc6b198a2ba332c47785c6655 /security/libntlm | |
| parent | - Stage support (diff) | |
- Stage support
Diffstat (limited to 'security/libntlm')
| -rw-r--r-- | security/libntlm/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/libntlm/Makefile b/security/libntlm/Makefile index 863fa40092df..6501865433dc 100644 --- a/security/libntlm/Makefile +++ b/security/libntlm/Makefile @@ -17,13 +17,10 @@ USE_LDCONFIG= yes PORTDOCS= AUTHORS ChangeLog NEWS README THANKS -NO_STAGE= yes .include <bsd.port.options.mk> post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |
