pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/clisp clisp: make PS file generation dependent on...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd7ff276b67f
branches:  trunk
changeset: 398215:dd7ff276b67f
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jul 13 09:43:56 2019 +0000

description:
clisp: make PS file generation dependent on the "doc" option.

It turns out disabling docs also disables generating the ps files.
Found while dealing with pullup ticket #5993 by he@.

diffstat:

 lang/clisp/Makefile |  4 ++--
 lang/clisp/PLIST    |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (37 lines):

diff -r 2e1a42df3074 -r dd7ff276b67f lang/clisp/Makefile
--- a/lang/clisp/Makefile       Sat Jul 13 09:32:29 2019 +0000
+++ b/lang/clisp/Makefile       Sat Jul 13 09:43:56 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.112 2019/07/09 22:55:41 he Exp $
+# $NetBSD: Makefile,v 1.113 2019/07/13 09:43:56 bsiegert Exp $
 
 DISTNAME=              clisp-2.49
-PKGREVISION=           25
+PKGREVISION=           26
 CATEGORIES=            lang
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=clisp/}
 #EXTRACT_SUFX=         .tar.bz2
diff -r 2e1a42df3074 -r dd7ff276b67f lang/clisp/PLIST
--- a/lang/clisp/PLIST  Sat Jul 13 09:32:29 2019 +0000
+++ b/lang/clisp/PLIST  Sat Jul 13 09:43:56 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2013/10/15 16:21:46 asau Exp $
+@comment $NetBSD: PLIST,v 1.22 2019/07/13 09:43:56 bsiegert Exp $
 bin/clisp
 bin/clisp-link
 lib/clisp/base/bogomips.o
@@ -51,12 +51,12 @@
 share/doc/clisp/clisp-link.1
 share/doc/clisp/clisp-link.html
 ${PLIST.doc}share/doc/clisp/clisp-link.pdf
-share/doc/clisp/clisp-link.ps
+${PLIST.doc}share/doc/clisp/clisp-link.ps
 share/doc/clisp/clisp.1
 share/doc/clisp/clisp.html
 ${PLIST.doc}share/doc/clisp/clisp.pdf
 share/doc/clisp/clisp.png
-share/doc/clisp/clisp.ps
+${PLIST.doc}share/doc/clisp/clisp.ps
 share/doc/clisp/impnotes.css
 share/doc/clisp/impnotes.html
 share/locale/da/LC_MESSAGES/clisp.mo



Home | Main Index | Thread Index | Old Index