pkgsrc-WIP-changes archive

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

doxygen: fix non-latex option



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Jan 31 15:16:08 2019 +0100
Changeset:	fae547f79b9a3f030a448f2060f91c8d30f036de

Modified Files:
	doxygen/Makefile
	doxygen/PLIST

Log Message:
doxygen: fix non-latex option

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

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

diffstat:
 doxygen/Makefile | 7 +++----
 doxygen/PLIST    | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs:
diff --git a/doxygen/Makefile b/doxygen/Makefile
index 9b527de8ed..728b7de6f7 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -64,10 +64,9 @@ CONFIGURE_ARGS.DragonFly+=	-platform freebsd-g++
 LDFLAGS+=		${BUILDLINK_LDADD.iconv}
 
 post-install:
-	cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \
-		${RM} doxyindexer.1; \
-		${RM} doxysearch.1; \
-		${RM} doxywizard.1
+	${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/doxyindexer.1
+	${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/doxysearch.1
+	${RM} -f ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/doxywizard.1
 
 .include "options.mk"
 
diff --git a/doxygen/PLIST b/doxygen/PLIST
index 4d92e98d3b..5cbff1fb21 100644
--- a/doxygen/PLIST
+++ b/doxygen/PLIST
@@ -1,6 +1,6 @@
 @comment $NetBSD$
 bin/doxygen
-man/man1/doxygen.1
+${PLIST.latex}man/man1/doxygen.1
 ${PLIST.latex}share/doc/doxygen/doxygen_manual.pdf
 ${PLIST.latex}share/doc/doxygen/html/arch.html
 ${PLIST.latex}share/doc/doxygen/html/archoverview.gif


Home | Main Index | Thread Index | Old Index