Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 May 2013 10:46:51 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r318957 - head/comms/spandsp-devel
Message-ID:  <201305241046.r4OAkpG2071083@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305241046.r4OAkpG2071083>