pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/jade Do not unconditionally remove share/sgml...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b2e4d5ce07e6
branches:  trunk
changeset: 524399:b2e4d5ce07e6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 24 19:45:09 2007 +0000

description:
Do not unconditionally remove share/sgml/jade, tex-jadtex uses it too.
Bump PKGREVISION.

diffstat:

 textproc/jade/Makefile |  4 ++--
 textproc/jade/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r a48d767b7b2b -r b2e4d5ce07e6 textproc/jade/Makefile
--- a/textproc/jade/Makefile    Wed Jan 24 19:44:36 2007 +0000
+++ b/textproc/jade/Makefile    Wed Jan 24 19:45:09 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2006/09/02 08:38:07 rillig Exp $
+# $NetBSD: Makefile,v 1.45 2007/01/24 19:45:09 wiz Exp $
 
 DISTNAME=      jade-1.2.1
-PKGREVISION=   11
+PKGREVISION=   12
 CATEGORIES=    textproc
 MASTER_SITES=  ftp://ftp.jclark.com/pub/jade/ \
                ftp://ftp.funet.fi/pub/mirrors/ftp.jclark.com/pub/jade/ \
diff -r a48d767b7b2b -r b2e4d5ce07e6 textproc/jade/PLIST
--- a/textproc/jade/PLIST       Wed Jan 24 19:44:36 2007 +0000
+++ b/textproc/jade/PLIST       Wed Jan 24 19:45:09 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/09/22 08:09:55 jlam Exp $
+@comment $NetBSD: PLIST,v 1.6 2007/01/24 19:45:09 wiz Exp $
 bin/jade
 bin/nsgmls
 bin/sgmlnorm
@@ -159,7 +159,7 @@
 share/sgml/jade/dsssl.dtd
 share/sgml/jade/fot.dtd
 share/sgml/jade/style-sheet.dtd
-@dirrm share/sgml/jade
+@unexec ${RMDIR} %D/share/sgml/jade 2>/dev/null || ${TRUE}
 @comment in xmlcatmgr: @dirrm share/sgml
 @dirrm share/doc/jade
 @dirrm include/sp



Home | Main Index | Thread Index | Old Index