pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/oo2c



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Oct 12 20:03:36 UTC 2019

Modified Files:
        pkgsrc/lang/oo2c: Makefile PLIST

Log Message:
lang/oo2c: fix location of HTML documentation


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/lang/oo2c/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/oo2c/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/oo2c/Makefile
diff -u pkgsrc/lang/oo2c/Makefile:1.37 pkgsrc/lang/oo2c/Makefile:1.38
--- pkgsrc/lang/oo2c/Makefile:1.37      Sun Aug 11 13:21:22 2019
+++ pkgsrc/lang/oo2c/Makefile   Sat Oct 12 20:03:36 2019
@@ -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 @@ BITS=64
 .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"

Index: pkgsrc/lang/oo2c/PLIST
diff -u pkgsrc/lang/oo2c/PLIST:1.6 pkgsrc/lang/oo2c/PLIST:1.7
--- pkgsrc/lang/oo2c/PLIST:1.6  Sun Jun 14 18:03:37 2009
+++ pkgsrc/lang/oo2c/PLIST      Sat Oct 12 20:03:36 2019
@@ -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/oo2c.1
 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