svn commit: r326279 - head/net/dhcprelya

Sergey Matveychuk sem at FreeBSD.org
Wed Sep 4 14:10:57 UTC 2013


Author: sem
Date: Wed Sep  4 14:10:56 2013
New Revision: 326279
URL: http://svnweb.freebsd.org/changeset/ports/326279

Log:
  - Obsolated NOPORTDOCS

Modified:
  head/net/dhcprelya/Makefile

Modified: head/net/dhcprelya/Makefile
==============================================================================
--- head/net/dhcprelya/Makefile	Wed Sep  4 14:05:38 2013	(r326278)
+++ head/net/dhcprelya/Makefile	Wed Sep  4 14:10:56 2013	(r326279)
@@ -38,7 +38,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's#/usr/local#${PREFIX}#' ${WRKSRC}/Makefile
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
 .endif


More information about the svn-ports-all mailing list