summaryrefslogtreecommitdiff
path: root/devel/doxygen
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-20 13:12:00 +0000
committerrillig <rillig>2006-05-20 13:12:00 +0000
commitfee2923eaf3e868afc4e6493aad316723b96e743 (patch)
treebb7610ddfc5763eb1ae179ef86267996a662d33e /devel/doxygen
parentdc44ff29dd6146fdb60bf9d38819dbe13dd50667 (diff)
downloadpkgsrc-fee2923eaf3e868afc4e6493aad316723b96e743.tar.gz
Fixed hard-coded path to the Perl interpreter. Bumped PKGREVISION.
Diffstat (limited to 'devel/doxygen')
-rw-r--r--devel/doxygen/Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile
index 285b94b3942..34632ced0d9 100644
--- a/devel/doxygen/Makefile
+++ b/devel/doxygen/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.47 2006/05/13 03:44:23 minskim Exp $
+# $NetBSD: Makefile,v 1.48 2006/05/20 13:12:00 rillig Exp $
DISTNAME= doxygen-1.4.5.src
PKGNAME= doxygen-1.4.5
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
@@ -12,7 +12,7 @@ COMMENT= Documentation system for C++, Java, IDL and C
TEX_ACCEPTED= teTeX2 teTeX3
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
-USE_TOOLS+= gmake gs:run perl flex
+USE_TOOLS+= gmake gs:run perl:run flex
USE_LANGUAGES= c c++
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --make ${GMAKE}
@@ -34,6 +34,12 @@ SUBST_STAGE.pybin= pre-configure
SUBST_FILES.pybin= doc/Makefile.in
SUBST_SED.pybin= -e "s|@PYTHONBIN@|${PYTHONBIN}|g"
+SUBST_CLASSES+= perlbin
+SUBST_STAGE.perlbin= pre-configure
+SUBST_MESSAGE.perlbin= Fixing hardcoded path to the Perl interpreter
+SUBST_FILES.perlbin= examples/tag.cfg
+SUBST_SED.perlbin= -e 's,^PERL_PATH.*,PERL_PATH = ${PERL5},'
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "DragonFly"