pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/splint devel/splint: install documentation as well



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e70f52a4afb
branches:  trunk
changeset: 443803:2e70f52a4afb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Dec 23 13:23:52 2020 +0000

description:
devel/splint: install documentation as well

diffstat:

 devel/splint/Makefile |  9 ++++++---
 devel/splint/PLIST    |  4 +++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 6cb47fc33da8 -r 2e70f52a4afb devel/splint/Makefile
--- a/devel/splint/Makefile     Wed Dec 23 08:20:04 2020 +0000
+++ b/devel/splint/Makefile     Wed Dec 23 13:23:52 2020 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.22 2020/01/26 17:31:05 rillig Exp $
+# $NetBSD: Makefile,v 1.23 2020/12/23 13:23:52 rillig Exp $
 #
 
 DISTNAME=      splint-3.1.2.src
 PKGNAME=       ${DISTNAME:S/.src$//}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel
-MASTER_SITES=  http://www.splint.org/downloads/
+MASTER_SITES=  https://www.splint.org/downloads/
 EXTRACT_SUFX=  .tgz
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -19,10 +19,13 @@
 USE_TOOLS+=    gmake lex
 GNU_CONFIGURE= YES
 USE_LANGUAGES= c99
+AUTO_MKDIRS=   yes
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/doc/splint.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+       ${INSTALL_DATA} ${WRKSRC}/doc/manual.pdf ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/manual.pdf
+       ${INSTALL_DATA} ${WRKSRC}/doc/html/manual.htm ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}/manual.html
 
 .include "../../mk/bsd.pkg.mk"
diff -r 6cb47fc33da8 -r 2e70f52a4afb devel/splint/PLIST
--- a/devel/splint/PLIST        Wed Dec 23 08:20:04 2020 +0000
+++ b/devel/splint/PLIST        Wed Dec 23 13:23:52 2020 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2018/01/01 22:29:25 rillig Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/12/23 13:23:52 rillig Exp $
 bin/splint
 man/man1/splint.1
+share/doc/splint/manual.html
+share/doc/splint/manual.pdf
 share/splint/imports/assert.lcl
 share/splint/imports/assert.lcs
 share/splint/imports/ctype.lcl



Home | Main Index | Thread Index | Old Index