summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-08-17 05:52:30 +0000
committerdholland <dholland@pkgsrc.org>2008-08-17 05:52:30 +0000
commit18da6d3247801d499a11138b340bb58b9905eb04 (patch)
tree98e1e78674eac565a5b765f329635b7c019bc06c /print
parent0cfb858ac96973baafd4704ee0c88d933ae6a0d1 (diff)
downloadpkgsrc-18da6d3247801d499a11138b340bb58b9905eb04.tar.gz
This installs a perl script and several python scripts.
Handle them correctly. PKGREVISION++.
Diffstat (limited to 'print')
-rw-r--r--print/cjk-lyx/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile
index 964206dcc4e..df0c857b60d 100644
--- a/print/cjk-lyx/Makefile
+++ b/print/cjk-lyx/Makefile
@@ -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 @@ USE_TOOLS+= perl:run msgfmt
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"