diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-03 04:59:22 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-01-03 04:59:22 +0800 |
commit | 094a787073ff82d6988c3acfe4a4898f9e552931 (patch) | |
tree | c99aa20da45fdc615132062497e5332d2da6f0c8 /devel/seed/Makefile | |
parent | 2fec7fbc2fb2ed14f1bdb719d79ef125b2ff4490 (diff) | |
download | marcuscom-ports-094a787073ff82d6988c3acfe4a4898f9e552931.tar.gz marcuscom-ports-094a787073ff82d6988c3acfe4a4898f9e552931.tar.zst marcuscom-ports-094a787073ff82d6988c3acfe4a4898f9e552931.zip |
Update to 2.29.5.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13344 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/seed/Makefile')
-rw-r--r-- | devel/seed/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/seed/Makefile b/devel/seed/Makefile index 3259bf6e9..e83ea98a7 100644 --- a/devel/seed/Makefile +++ b/devel/seed/Makefile @@ -3,11 +3,11 @@ # Whom: Alexander Logvinov <avl@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/devel/seed/Makefile,v 1.10 2009/12/25 15:02:33 kwm Exp $ # PORTNAME= seed -PORTVERSION= 2.29.4 +PORTVERSION= 2.29.5.1 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -42,12 +42,12 @@ post-patch: @${REINPLACE_CMD} -e 's|== x|= x|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|reference||g' ${WRKSRC}/doc/Makefile.in - @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ - 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' -.if defined(NOPORTEXAMPLES) - @${REINPLACE_CMD} -e 's|examples||g' \ - ${WRKSRC}/Makefile.in -.endif +# @${FIND} ${WRKSRC}/examples -name Makefile.in -type f | ${XARGS} ${REINPLACE_CMD} -e \ +# 's|$$(datadir)/doc/seed/examples|${EXAMPLESDIR}|g' +#.if defined(NOPORTEXAMPLES) +# @${REINPLACE_CMD} -e 's|examples||g' \ +# ${WRKSRC}/Makefile.in +#.endif .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e 's| install-seeddocDATA||g ; s|doc$$||g' \ ${WRKSRC}/Makefile.in |