diff options
author | markd <markd@pkgsrc.org> | 2005-06-07 14:14:48 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2005-06-07 14:14:48 +0000 |
commit | bbcf14f6251e8dc762e802d6502bf6fdd9997a6f (patch) | |
tree | 8dda679f2797e21d296455cf705bf07ca202fafc /devel | |
parent | b5b0dbd28e9dac04e40ce63d7881f24ee2e39ada (diff) | |
download | pkgsrc-bbcf14f6251e8dc762e802d6502bf6fdd9997a6f.tar.gz |
Latest release installs a debugging version of doxytag rather than the
release version. Touch the doxytag.l file to cause regeneration of the
release version. Bump PKGREVISION.
OK'ed by wiz.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/doxygen/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 4bdcdaa057b..e087b510a80 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.33 2005/05/31 18:38:27 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2005/06/07 14:14:48 markd Exp $ DISTNAME= doxygen-1.4.3.src PKGNAME= doxygen-1.4.3 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ @@ -12,7 +13,7 @@ COMMENT= Documentation system for C++, Java, IDL and C DEPENDS+= teTeX-[0-9]*:../../print/teTeX WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_TOOLS+= gmake perl +USE_TOOLS+= gmake perl flex USE_LANGUAGES= c c++ HAS_CONFIGURE= yes CONFIGURE_ARGS+= --make ${GMAKE} @@ -28,6 +29,9 @@ SUBST_STAGE.pybin= pre-configure SUBST_FILES.pybin= doc/Makefile.in SUBST_SED.pybin= -e "s|@PYTHONBIN@|${PYTHONBIN}|g" +post-patch: + ${TOUCH} ${WRKSRC}/src/doxytag.l + post-install: cd ${WRKSRC} && ${GMAKE} install_docs |