pkgsrc-WIP-changes archive

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

doxygen: Use ${PKGMANDIR} instead of man



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Mon Jan 21 15:13:44 2019 +0100
Changeset:	13db47eaf233d84e73b4eb67fc800f8f84e71fa3

Modified Files:
	doxygen/Makefile
	doxygen/TODO

Log Message:
doxygen: Use ${PKGMANDIR} instead of man

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

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

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

diffs:
diff --git a/doxygen/Makefile b/doxygen/Makefile
index f095392bba..a1bef53e3a 100644
--- a/doxygen/Makefile
+++ b/doxygen/Makefile
@@ -63,7 +63,7 @@ CONFIGURE_ARGS.DragonFly+=	-platform freebsd-g++
 LDFLAGS+=		${BUILDLINK_LDADD.iconv}
 
 post-install:
-	cd ${DESTDIR}${PREFIX}/man/man1; \
+	cd ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1; \
 		${RM} doxyindexer.1; \
 		${RM} doxysearch.1; \
 		${RM} doxywizard.1
diff --git a/doxygen/TODO b/doxygen/TODO
index ba01484354..11200b4fc8 100644
--- a/doxygen/TODO
+++ b/doxygen/TODO
@@ -31,7 +31,10 @@
     => Removed alternative *.dot files for option "nopangocairo"
     => Removed man pages for uninstalled programs
 [X] Test on GNU/Linux
-[ ] Test on NetBSD
+[X] Test on NetBSD
     HTML documentation contains references to working directory
+    => Removed dollar signs to prevent variable expansion
+[X] pklint complains about man vs. ${PKGMANDIR}
+    => Fixed
 [ ] Export of PKG_OPTIONS.graphviz in graphics/graphviz bl3 can be removed
     (if no other package need it)


Home | Main Index | Thread Index | Old Index