pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/splint
Module Name: pkgsrc
Committed By: rillig
Date: Wed Dec 23 13:23:52 UTC 2020
Modified Files:
pkgsrc/devel/splint: Makefile PLIST
Log Message:
devel/splint: install documentation as well
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/splint/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/splint/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/splint/Makefile
diff -u pkgsrc/devel/splint/Makefile:1.22 pkgsrc/devel/splint/Makefile:1.23
--- pkgsrc/devel/splint/Makefile:1.22 Sun Jan 26 17:31:05 2020
+++ pkgsrc/devel/splint/Makefile Wed Dec 23 13:23:52 2020
@@ -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 @@ MAKE_JOBS_SAFE= no
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"
Index: pkgsrc/devel/splint/PLIST
diff -u pkgsrc/devel/splint/PLIST:1.3 pkgsrc/devel/splint/PLIST:1.4
--- pkgsrc/devel/splint/PLIST:1.3 Mon Jan 1 22:29:25 2018
+++ pkgsrc/devel/splint/PLIST Wed Dec 23 13:23:52 2020
@@ -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