pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

doxygen: Removed file src/dot.cpp from SUBST_FILES.epstopdf



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Jan 21 14:08:29 2019 +0100
Changeset:	9ace5a12547178b30d76e1176534889e80f9fd28

Modified Files:
	doxygen/Makefile

Log Message:
doxygen: Removed file src/dot.cpp from SUBST_FILES.epstopdf

There is nothing to substitute in this file anymore.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9ace5a12547178b30d76e1176534889e80f9fd28

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 doxygen/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/doxygen/Makefile b/doxygen/Makefile
index 4cd3e9cf4c..1ad19de0a2 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -36,8 +36,7 @@ SUBST_SED.perlbin=	-e 's,^PERL_PATH.*,PERL_PATH = ${PERL5},'
 SUBST_CLASSES+=		epstopdf
 SUBST_STAGE.epstopdf=	pre-configure
 SUBST_MESSAGE.epstopdf=	Fixing path to epstopdf
-SUBST_FILES.epstopdf=	src/diagram.cpp src/docparser.cpp src/dot.cpp \
-			src/msc.cpp
+SUBST_FILES.epstopdf=	src/diagram.cpp src/docparser.cpp src/msc.cpp
 SUBST_SED.epstopdf=	-e 's,"epstopdf","${PREFIX}/bin/epstopdf",g'
 
 .include "../../mk/bsd.prefs.mk"


Home | Main Index | Thread Index | Old Index