pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/skencil Remove unnecessary fonts.alias and fo...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f96a622956d
branches:  trunk
changeset: 508405:2f96a622956d
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 18 21:40:34 2006 +0000

description:
Remove unnecessary fonts.alias and fonts.scale. Bump PKGREVISION.
Fixes CHECK_FILES build.

diffstat:

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

diffs (41 lines):

diff -r 8626bb5a9ca6 -r 2f96a622956d graphics/skencil/Makefile
--- a/graphics/skencil/Makefile Sat Feb 18 21:34:03 2006 +0000
+++ b/graphics/skencil/Makefile Sat Feb 18 21:40:34 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2006/02/05 23:09:39 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2006/02/18 21:40:34 wiz Exp $
 #
 
 DISTNAME=      skencil-0.6.17
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    graphics
 MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=sketch/}
 
@@ -34,6 +34,8 @@
 post-install:
        ${INSTALL_DATA_DIR} ${SKETCHDOCDIR}
        cd ${WRKSRC} && ${PAX} -rwpm -v ${SKETCHDOCS} ${SKETCHDOCDIR}
+       ${RM} ${SKETCHDOCDIR}/Doc/fonts.alias
+       ${RM} ${SKETCHDOCDIR}/Doc/fonts.scale
        ${INSTALL_DATA_DIR} ${SKETCHEXDIR}
        cd ${WRKSRC}/Examples && ${PAX} -rwpm -v . ${SKETCHEXDIR}
 
diff -r 8626bb5a9ca6 -r 2f96a622956d graphics/skencil/PLIST
--- a/graphics/skencil/PLIST    Sat Feb 18 21:34:03 2006 +0000
+++ b/graphics/skencil/PLIST    Sat Feb 18 21:40:34 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/12 13:07:21 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/02/18 21:40:34 wiz Exp $
 bin/sk2ppm
 bin/sk2ps
 bin/skconvert
@@ -574,8 +574,6 @@
 share/doc/skencil/Doc/devguide-8.html
 share/doc/skencil/Doc/devguide-9.html
 share/doc/skencil/Doc/devguide.html
-share/doc/skencil/Doc/fonts.alias
-share/doc/skencil/Doc/fonts.scale
 share/doc/skencil/Doc/usersguide-1.html
 share/doc/skencil/Doc/usersguide-10.html
 share/doc/skencil/Doc/usersguide-2.html



Home | Main Index | Thread Index | Old Index