svn commit: r318957 - head/comms/spandsp-devel

Baptiste Daroussin bapt at FreeBSD.org
Fri May 24 10:46:52 UTC 2013


Author: bapt
Date: Fri May 24 10:46:51 2013
New Revision: 318957
URL: http://svnweb.freebsd.org/changeset/ports/318957

Log:
  Only defined PORTDOCS when DOXYGEN and DOCS are set
  That avoids getting @dirrm %%DOCSDIR%% added to the plist when the DOCSDIR is not created
  
  Reported by:	pkg (PKG_DEVELOPER_MODE)

Modified:
  head/comms/spandsp-devel/Makefile

Modified: head/comms/spandsp-devel/Makefile
==============================================================================
--- head/comms/spandsp-devel/Makefile	Fri May 24 10:40:15 2013	(r318956)
+++ head/comms/spandsp-devel/Makefile	Fri May 24 10:46:51 2013	(r318957)
@@ -29,11 +29,10 @@ CONFLICTS=	spandsp-[0-9]*
 
 OPTIONS_DEFINE=	DOXYGEN
 
-PORTDOCS=	*
-
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
+PORTDOCS=	*
 CONFIGURE_ARGS+=--enable-doc
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen \
 		docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl


More information about the svn-ports-all mailing list