pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/x11rec Use of "share/doc/html" is deprecated....
details: https://anonhg.NetBSD.org/pkgsrc/rev/abb8c61fe96e
branches: trunk
changeset: 538447:abb8c61fe96e
user: obache <obache%pkgsrc.org@localhost>
date: Fri Feb 08 15:19:42 2008 +0000
description:
Use of "share/doc/html" is deprecated. Use "share/doc/${PKGBASE}"
Bump PKGREVISION.
diffstat:
graphics/x11rec/Makefile | 10 +++++-----
graphics/x11rec/PLIST | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diffs (45 lines):
diff -r f8d6af713de4 -r abb8c61fe96e graphics/x11rec/Makefile
--- a/graphics/x11rec/Makefile Fri Feb 08 15:13:54 2008 +0000
+++ b/graphics/x11rec/Makefile Fri Feb 08 15:19:42 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2008/01/05 08:34:40 obache Exp $
+# $NetBSD: Makefile,v 1.14 2008/02/08 15:19:42 obache Exp $
#
DISTNAME= x11rec-0.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= graphics ruby
MASTER_SITES= http://0xcc.net/x11rec/
@@ -17,14 +17,14 @@
NO_BUILD= yes
REPLACE_RUBY= x11rec
-INSTALLATION_DIRS= bin share/doc/html/x11rec
+INSTALLATION_DIRS= bin share/doc/x11rec
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/x11rec ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/x11rec-en.html \
- ${DESTDIR}${PREFIX}/share/doc/html/x11rec/index.html.en
+ ${DESTDIR}${PREFIX}/share/doc/x11rec/index.html.en
${INSTALL_DATA} ${WRKSRC}/x11rec-ja.html \
- ${DESTDIR}${PREFIX}/share/doc/html/x11rec/index.html.ja
+ ${DESTDIR}${PREFIX}/share/doc/x11rec/index.html.ja
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../lang/ruby/modules.mk"
diff -r f8d6af713de4 -r abb8c61fe96e graphics/x11rec/PLIST
--- a/graphics/x11rec/PLIST Fri Feb 08 15:13:54 2008 +0000
+++ b/graphics/x11rec/PLIST Fri Feb 08 15:19:42 2008 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/05 20:03:55 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/02/08 15:19:42 obache Exp $
bin/x11rec
-share/doc/html/x11rec/index.html.en
-share/doc/html/x11rec/index.html.ja
-@dirrm share/doc/html/x11rec
+share/doc/x11rec/index.html.en
+share/doc/x11rec/index.html.ja
+@dirrm share/doc/x11rec
Home |
Main Index |
Thread Index |
Old Index