diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-15 04:13:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-03-15 04:13:23 +0000 |
commit | 834ec455538800942654cffd806397dc4fdca668 (patch) | |
tree | 21d9ae111b170e5e0fb546b0aed5ec233cfcf953 | |
parent | add atlas 3.3.14 (diff) |
upgrade to 1.2.14
PR: 35911
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=56118
-rw-r--r-- | devel/doxygen/Makefile | 7 | ||||
-rw-r--r-- | devel/doxygen/distinfo | 2 | ||||
-rw-r--r-- | devel/doxygen/pkg-plist | 7 |
3 files changed, 9 insertions, 7 deletions
diff --git a/devel/doxygen/Makefile b/devel/doxygen/Makefile index 9dc5eed0c56c..5882081dcf24 100644 --- a/devel/doxygen/Makefile +++ b/devel/doxygen/Makefile @@ -6,7 +6,7 @@ # PORTNAME= doxygen -PORTVERSION= 1.2.13 +PORTVERSION= 1.2.14 CATEGORIES= devel MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/ EXTRACT_SUFX= .src.tar.gz @@ -64,6 +64,9 @@ pre-configure: s:%%CFLAGS%%:${CFLAGS}:g ; \ s:%%CXXFLAGS%%:${CXXFLAGS}:g" ${WRKSRC}/tmake/lib/freebsd-g++/tmake.conf +post-build: + cd ${BUILD_WRKSRC}/examples; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} Makefile ${MAKE_ARGS} all + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxygen ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/bin/doxytag ${PREFIX}/bin @@ -72,7 +75,7 @@ do-install: .ifndef NOPORTDOCS ${MKDIR} ${PREFIX}/share/doc/doxygen/html ${INSTALL_DATA} ${WRKSRC}/html/* ${PREFIX}/share/doc/doxygen/html - ${TAR} -C ${WRKSRC} --exclude '*/Makefile*' -cf - examples | \ + ${TAR} -C ${WRKSRC} --exclude '*/Makefile*' --exclude '*.dot' -cf - examples | \ ${TAR} -C ${PREFIX}/share/doc/doxygen --unlink -xf - .ifdef HAVE_LATEX ${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.dvi \ diff --git a/devel/doxygen/distinfo b/devel/doxygen/distinfo index 873e3f18556c..28dbe7083805 100644 --- a/devel/doxygen/distinfo +++ b/devel/doxygen/distinfo @@ -1 +1 @@ -MD5 (doxygen-1.2.13.src.tar.gz) = 242eaf234f410cbc832d442db9862066 +MD5 (doxygen-1.2.14.src.tar.gz) = 2a1c3dd2ce6c29e250816e744e3a230f diff --git a/devel/doxygen/pkg-plist b/devel/doxygen/pkg-plist index c7d7234b9ad0..4dafe10c5f6f 100644 --- a/devel/doxygen/pkg-plist +++ b/devel/doxygen/pkg-plist @@ -100,7 +100,6 @@ bin/doxywizard %%PORTDOCS%%share/doc/doxygen/examples/diagrams/html/doxygen.gif %%PORTDOCS%%share/doc/doxygen/examples/diagrams/html/files.html %%PORTDOCS%%share/doc/doxygen/examples/diagrams/html/functions.html -%%PORTDOCS%%share/doc/doxygen/examples/diagrams/html/graph_legend.dot %%PORTDOCS%%share/doc/doxygen/examples/diagrams/html/graph_legend.gif %%PORTDOCS%%share/doc/doxygen/examples/diagrams/html/graph_legend.html %%PORTDOCS%%share/doc/doxygen/examples/diagrams/html/hierarchy.html @@ -290,9 +289,9 @@ bin/doxywizard %%PORTDOCS%%share/doc/doxygen/examples/template/html/annotated.html %%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test-members.html %%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test.html -%%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_4-members.html -%%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_4.gif -%%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_4.html +%%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4-members.html +%%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.gif +%%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01_t_01_5_01_4.html %%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4-members.html %%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.gif %%PORTDOCS%%share/doc/doxygen/examples/template/html/class_test_3_01void_01_5_00_01200_01_4.html |