svn commit: r395007 - head/devel/protobuf-c

Don Lewis truckman at FreeBSD.org
Sat Aug 22 01:05:26 UTC 2015


Author: truckman
Date: Sat Aug 22 01:05:25 2015
New Revision: 395007
URL: https://svnweb.freebsd.org/changeset/ports/395007

Log:
  Use option helper, eliminating the need for bsd.port.options.mk.
  
  Sponsored by:	Farsight Security, Inc.

Modified:
  head/devel/protobuf-c/Makefile

Modified: head/devel/protobuf-c/Makefile
==============================================================================
--- head/devel/protobuf-c/Makefile	Sat Aug 22 00:56:39 2015	(r395006)
+++ head/devel/protobuf-c/Makefile	Sat Aug 22 01:05:25 2015	(r395007)
@@ -32,13 +32,9 @@ INSTALL_TARGET=	install-strip
 DOXYGEN_BUILD_DEPENDS=	doxygen:${PORTSDIR}/devel/doxygen
 DOXYGEN_ALL_TARGET=	html-local
 
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOXYGEN}
-post-install:
+post-install-DOXYGEN-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}/html
 	${INSTALL_DATA} ${WRKSRC}/html/* ${STAGEDIR}${DOCSDIR}/html
-.endif
 
 tests: build
 	@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)


More information about the svn-ports-head mailing list