aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-05 08:26:59 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-05 08:26:59 +0000
commit3fb34794b82da48e104f1ef66cdf1c8de5eba5f1 (patch)
tree05074725b32d685cc6b198a2ba332c47785c6655
parent72473940965006a37a286f6a74226c220addb0fe (diff)
downloadports-3fb34794b82da48e104f1ef66cdf1c8de5eba5f1.tar.gz
ports-3fb34794b82da48e104f1ef66cdf1c8de5eba5f1.zip
Notes
-rw-r--r--security/libntlm/Makefile7
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>