pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/yabasic lang/yabasic: fix location of HTML docume...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bd4af6bb68f
branches: trunk
changeset: 341020:2bd4af6bb68f
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Oct 12 20:05:59 2019 +0000
description:
lang/yabasic: fix location of HTML documentation
diffstat:
lang/yabasic/Makefile | 12 ++++++------
lang/yabasic/PLIST | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (43 lines):
diff -r c887f17bd41d -r 2bd4af6bb68f lang/yabasic/Makefile
--- a/lang/yabasic/Makefile Sat Oct 12 20:03:36 2019 +0000
+++ b/lang/yabasic/Makefile Sat Oct 12 20:05:59 2019 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2018/07/04 12:45:57 wen Exp $
+# $NetBSD: Makefile,v 1.24 2019/10/12 20:05:59 rillig Exp $
DISTNAME= yabasic-2.79.2
+PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://www.yabasic.de/download/
@@ -9,16 +10,15 @@
COMMENT= Yet another Basic for Unix and Windows
LICENSE= artistic OR gnu-gpl-v2
-GNU_CONFIGURE= YES
-USE_NCURSES= YES
-
-INSTALLATION_DIRS+= share/doc/html/yabasic
+GNU_CONFIGURE= yes
+USE_NCURSES= yes
+AUTO_MKDIRS= yes
TEST_TARGET= check
post-install:
${INSTALL_DATA} ${WRKSRC}/yabasic.htm \
- ${DESTDIR}${PREFIX}/share/doc/html/yabasic
+ ${DESTDIR}${PREFIX}/share/doc/yabasic
BUILDLINK_DEPMETHOD.libXt?= build
diff -r c887f17bd41d -r 2bd4af6bb68f lang/yabasic/PLIST
--- a/lang/yabasic/PLIST Sat Oct 12 20:03:36 2019 +0000
+++ b/lang/yabasic/PLIST Sat Oct 12 20:05:59 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:03:45 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2019/10/12 20:05:59 rillig Exp $
bin/yabasic
man/man1/yabasic.1
-share/doc/html/yabasic/yabasic.htm
+share/doc/yabasic/yabasic.htm
Home |
Main Index |
Thread Index |
Old Index