summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authoragc <agc>2002-06-17 16:40:26 +0000
committeragc <agc>2002-06-17 16:40:26 +0000
commit213b59fd37cbae6b8a0b70c3a08e4cfb1c9bf8dd (patch)
treea28616c1eeaed855b7721710c8657a7751a4d524 /devel
parentb720e6c206c982cefba56fbdf12b4a967c211125 (diff)
downloadpkgsrc-213b59fd37cbae6b8a0b70c3a08e4cfb1c9bf8dd.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}