svn commit: r342661 - head/security/libntlm

Martin Wilke miwi at FreeBSD.org
Wed Feb 5 08:27:00 UTC 2014


Author: miwi
Date: Wed Feb  5 08:26:59 2014
New Revision: 342661
URL: http://svnweb.freebsd.org/changeset/ports/342661
QAT: https://qat.redports.org/buildarchive/r342661/

Log:
  - Stage support

Modified:
  head/security/libntlm/Makefile

Modified: head/security/libntlm/Makefile
==============================================================================
--- head/security/libntlm/Makefile	Wed Feb  5 08:26:52 2014	(r342660)
+++ head/security/libntlm/Makefile	Wed Feb  5 08:26:59 2014	(r342661)
@@ -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>


More information about the svn-ports-all mailing list