pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/oo2c lang/oo2c: fix location of HTML documentation
details: https://anonhg.NetBSD.org/pkgsrc/rev/c887f17bd41d
branches: trunk
changeset: 341019:c887f17bd41d
user: rillig <rillig%pkgsrc.org@localhost>
date: Sat Oct 12 20:03:36 2019 +0000
description:
lang/oo2c: fix location of HTML documentation
diffstat:
lang/oo2c/Makefile | 6 +++---
lang/oo2c/PLIST | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (39 lines):
diff -r ff1237a658fc -r c887f17bd41d lang/oo2c/Makefile
--- a/lang/oo2c/Makefile Sat Oct 12 20:01:09 2019 +0000
+++ b/lang/oo2c/Makefile Sat Oct 12 20:03:36 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2019/08/11 13:21:22 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2019/10/12 20:03:36 rillig Exp $
DISTNAME= oo2c_${BITS}-2.0.11
PKGNAME= oo2c-2.0.11
-PKGREVISION= 17
+PKGREVISION= 18
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ooc/}
EXTRACT_SUFX= .tar.bz2
@@ -44,7 +44,7 @@
.endfor
post-install:
- ${LN} -sf ${PREFIX}/lib/oo2c/oocdoc/html ${DESTDIR}${PREFIX}/share/doc/html/oo2c
+ ${LN} -sf ${PREFIX}/lib/oo2c/oocdoc/html ${DESTDIR}${PREFIX}/share/doc/oo2c
${LN} -sf ${PREFIX}/lib/oo2c/emacs ${DESTDIR}${PREFIX}/share/emacs/site-lisp/oo2c
.include "../../devel/boehm-gc/buildlink3.mk"
diff -r ff1237a658fc -r c887f17bd41d lang/oo2c/PLIST
--- a/lang/oo2c/PLIST Sat Oct 12 20:01:09 2019 +0000
+++ b/lang/oo2c/PLIST Sat Oct 12 20:03:36 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:03:37 joerg Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/10/12 20:03:36 rillig Exp $
bin/oo2c
bin/oob
bin/oobacktrace
@@ -608,5 +608,5 @@
man/man1/oob.1
man/man1/ooef.1
man/man1/oowhereis.1
-share/doc/html/oo2c
+share/doc/oo2c
share/emacs/site-lisp/oo2c
Home |
Main Index |
Thread Index |
Old Index