pkgsrc-WIP-changes archive

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

smake: Fixed manual page handling



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <michael.baeuerle%stz-e.de@localhost>
Pushed By:	micha
Date:		Fri Sep 28 19:18:11 2018 +0200
Changeset:	5baeb6a732b9faaedf9da5db64927fc6eb08fb3a

Modified Files:
	smake/Makefile
	smake/TODO

Log Message:
smake: Fixed manual page handling

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

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

diffstat:
 smake/Makefile | 3 ++-
 smake/TODO     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/smake/Makefile b/smake/Makefile
index 2509fb870c..8234385ff8 100644
--- a/smake/Makefile
+++ b/smake/Makefile
@@ -36,6 +36,7 @@ do-build:
 # Documentation is in ${WRKSRC}/README.compile
 do-install:
 	cd ${WRKSRC}/smake && ${MAKE_PROGRAM} ${MAKE_FLAGS}		\
-		INS_BASE=${PREFIX} DEFMANBASE=. DESTDIR=${DESTDIR} install
+		INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMANDIR}	\
+			DESTDIR=${DESTDIR} install
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/smake/TODO b/smake/TODO
index 51fd3211e4..d85fc7c976 100644
--- a/smake/TODO
+++ b/smake/TODO
@@ -5,7 +5,8 @@
 [X] Add the current platform hacks from sysutils/cdrtools
 [X] Test with gcc compiler
 [X] Test with clang compiler
-[ ] Add smake as tool for use with USE_TOOLS
+[X] Add smake as tool for use with USE_TOOLS
+    => Idea rejected, use it via TOOL_DEPENDS.
 
 [ ] Test with Intel compiler
 [ ] Test commercial UNIX compilers


Home | Main Index | Thread Index | Old Index