summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-06-17 16:40:26 +0000
committeragc <agc@pkgsrc.org>2002-06-17 16:40:26 +0000
commit00552070c6c7340c738fb58291c8ba452c6e2f5a (patch)
treea28616c1eeaed855b7721710c8657a7751a4d524 /devel
parenta09be4ac573fcdf6f4f94b3de1e20c52ceb2fee5 (diff)
downloadpkgsrc-00552070c6c7340c738fb58291c8ba452c6e2f5a.tar.gz
Use REPLACE_PERL to substitute for the correct version of perl in
doc/translator.pl, which has the side effect of allowing the docygen package to be installed properly if you don't have '.' in your path. Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r--devel/doxygen/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 4db401483c0..d8743818f40 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2002/03/17 17:23:03 fredb Exp $
+# $NetBSD: Makefile,v 1.5 2002/06/17 16:40:26 agc Exp $
DISTNAME= doxygen-1.2.10.src
PKGNAME= doxygen-1.2.10
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
@@ -18,6 +18,7 @@ USE_PERL5= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --make ${GMAKE} --prefix ${LOCALBASE}
CONFIGURE_ARGS+= --docdir ${LOCALBASE}/share/doc
+REPLACE_PERL= ${WRKSRC}/doc/translater.pl
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}