pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cjk-lyx This installs a perl script and several ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8fb78d5a65e
branches:  trunk
changeset: 545901:a8fb78d5a65e
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Aug 17 05:52:30 2008 +0000

description:
This installs a perl script and several python scripts.
Handle them correctly.
PKGREVISION++.

diffstat:

 print/cjk-lyx/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 96a774ee5f89 -r a8fb78d5a65e print/cjk-lyx/Makefile
--- a/print/cjk-lyx/Makefile    Sun Aug 17 05:38:53 2008 +0000
+++ b/print/cjk-lyx/Makefile    Sun Aug 17 05:52:30 2008 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2007/12/02 12:20:43 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2008/08/17 05:52:30 dholland Exp $
 
 DISTNAME=      lyx-${LYX_VERS}
 PKGNAME=       cjk-${DISTNAME}
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    print
 MASTER_SITES=  ftp://ftp.lyx.org/pub/lyx/stable/ \
                ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/
@@ -28,6 +28,10 @@
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 
+REPLACE_PERL+=         lib/reLyX/reLyXmain.pl
+REPLACE_PYTHON+=       lib/scripts/*.py lib/scripts/listerrors
+
+.include "../../lang/python/application.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../x11/libXpm/buildlink3.mk"



Home | Main Index | Thread Index | Old Index