summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordholland <dholland>2008-08-17 05:52:30 +0000
committerdholland <dholland>2008-08-17 05:52:30 +0000
commit38d82d328341f202ef55c61b2b754e1e6d207c64 (patch)
tree98e1e78674eac565a5b765f329635b7c019bc06c
parent41bd46ceea3c326959395b224fef83a163bd4c88 (diff)
downloadpkgsrc-38d82d328341f202ef55c61b2b754e1e6d207c64.tar.gz
This installs a perl script and several python scripts.
Handle them correctly. PKGREVISION++.
-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"