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.
This commit is contained in:
parent
b5b0dbd28e
commit
bbcf14f625
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue