pkgsrc-WIP-changes archive

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

cint: Match man section



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Wed Sep 28 00:37:56 2016 +0200
Changeset:	63d95f913aa2fdff56e4652a5de3c0822b59c08e

Modified Files:
	cint/Makefile
	cint/PLIST

Log Message:
cint: Match man section

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

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

diffstat:
 cint/Makefile |  2 +-
 cint/PLIST    | 16 ++++++++--------
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs:
diff --git a/cint/Makefile b/cint/Makefile
index 3d89dfd..8670a70 100644
--- a/cint/Makefile
+++ b/cint/Makefile
@@ -77,7 +77,7 @@ do-install:
 	cint.1 makecint.1 garbage.2 security.2 unique.2 array.h.3 fft.h.3 \
 	statistics.h.3
 	${INSTALL_MAN} ${WRKSRC}/doc/man${f:E}/${f} \
-		${DESTDIR}${PREFIX}/${PKGMANDIR}/man${f:E}cint
+		${DESTDIR}${PREFIX}/${PKGMANDIR}/man${f:E}cint/${f}cint
 .endfor
 
 
diff --git a/cint/PLIST b/cint/PLIST
index 535cceb..d51240d 100644
--- a/cint/PLIST
+++ b/cint/PLIST
@@ -569,14 +569,14 @@ cint/stl/utility.h
 cint/stl/valarray
 cint/stl/vector
 cint/stl/vector.h
-man/man1cint/cint.1
-man/man1cint/makecint.1
-man/man2cint/garbage.2
-man/man2cint/security.2
-man/man2cint/unique.2
-man/man3cint/array.h.3
-man/man3cint/fft.h.3
-man/man3cint/statistics.h.3
+man/man1cint/cint.1cint
+man/man1cint/makecint.1cint
+man/man2cint/garbage.2cint
+man/man2cint/security.2cint
+man/man2cint/unique.2cint
+man/man3cint/array.h.3cint
+man/man3cint/fft.h.3cint
+man/man3cint/statistics.h.3cint
 share/doc/cint/bytecode.txt
 share/doc/cint/cint.txt
 share/doc/cint/cintapi.txt


Home | Main Index | Thread Index | Old Index