svn commit: r378422 - in head/net: ntp ntp-devel

Cy Schubert cy at FreeBSD.org
Wed Feb 4 21:00:50 UTC 2015


Author: cy
Date: Wed Feb  4 21:00:49 2015
New Revision: 378422
URL: https://svnweb.freebsd.org/changeset/ports/378422
QAT: https://qat.redports.org/buildarchive/r378422/

Log:
  Remove redundant DOCSDIR.

Modified:
  head/net/ntp-devel/Makefile
  head/net/ntp/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Wed Feb  4 20:58:32 2015	(r378421)
+++ head/net/ntp-devel/Makefile	Wed Feb  4 21:00:49 2015	(r378422)
@@ -47,8 +47,6 @@ CONFIGURE_ARGS+=	--enable-${D}
 .endif
 .endfor
 
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
-
 # XXX Temporary hack. Remember to remove this next commit.
 post-extract:
 	@/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Wed Feb  4 20:58:32 2015	(r378421)
+++ head/net/ntp/Makefile	Wed Feb  4 21:00:49 2015	(r378422)
@@ -46,8 +46,6 @@ CONFIGURE_ARGS+=	--enable-${D}
 .endif
 .endfor
 
-DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}
-
 # XXX Temporary hack. Remember to remove this next commit.
 post-extract:
 	@/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates


More information about the svn-ports-all mailing list