Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jul 2018 10:29:33 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474500 - head/textproc/p5-SGMLSpm
Message-ID:  <201807121029.w6CATXsW056573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Thu Jul 12 10:29:33 2018
New Revision: 474500
URL: https://svnweb.freebsd.org/changeset/ports/474500

Log:
  Fix build when EXAMPLES is unset
  
  This regression was introduced in r470918.
  
  EXAMPLES files are staged but not installed when the option is unset, so the
  EXAMPLESDIR directory must exist in all cases.
  
  DOCS is not affected so left untouched.

Modified:
  head/textproc/p5-SGMLSpm/Makefile

Modified: head/textproc/p5-SGMLSpm/Makefile
==============================================================================
--- head/textproc/p5-SGMLSpm/Makefile	Thu Jul 12 10:12:06 2018	(r474499)
+++ head/textproc/p5-SGMLSpm/Makefile	Thu Jul 12 10:29:33 2018	(r474500)
@@ -36,7 +36,7 @@ DOCS_INSTALL_TARGET=	docs install_html HTMLDIR=${STAGE
 pre-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 
-pre-install-EXAMPLES-on:
+pre-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 
 .include <bsd.port.mk>



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