diff options
author | wiz <wiz> | 2006-02-18 21:40:34 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-18 21:40:34 +0000 |
commit | 04f888fcd183dad976cef73e94e2d6dd49fedac7 (patch) | |
tree | 6c959dc144336088d736805ce8eb968e08367228 /graphics | |
parent | e826f3af9827ea0e8355b21a537c7ea7de553b3e (diff) | |
download | pkgsrc-04f888fcd183dad976cef73e94e2d6dd49fedac7.tar.gz |
Remove unnecessary fonts.alias and fonts.scale. Bump PKGREVISION.
Fixes CHECK_FILES build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/skencil/Makefile | 6 | ||||
-rw-r--r-- | graphics/skencil/PLIST | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index 9562b2f8ecf..89c27e57c61 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/Makefile @@ -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 @@ SKETCHEXDIR= ${PREFIX}/share/examples/skencil 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 --git a/graphics/skencil/PLIST b/graphics/skencil/PLIST index 68e6c96c5a6..2462f8142c5 100644 --- a/graphics/skencil/PLIST +++ b/graphics/skencil/PLIST @@ -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-7.html 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 |