diff options
| author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 14:06:32 +0800 |
|---|---|---|
| committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-07-31 14:06:32 +0800 |
| commit | 8e52a8da21fcfad4a0d31c3d3bcacede0341e555 (patch) | |
| tree | abfc48af93683206a891a5eecab817ebcbfa3f76 /textproc/gnome-doc-utils/Makefile | |
| parent | 80fa19079c24396645d348df8831b36fc4939b1f (diff) | |
| download | marcuscom-ports-8e52a8da21fcfad4a0d31c3d3bcacede0341e555.tar marcuscom-ports-8e52a8da21fcfad4a0d31c3d3bcacede0341e555.tar.gz marcuscom-ports-8e52a8da21fcfad4a0d31c3d3bcacede0341e555.tar.bz2 marcuscom-ports-8e52a8da21fcfad4a0d31c3d3bcacede0341e555.tar.lz marcuscom-ports-8e52a8da21fcfad4a0d31c3d3bcacede0341e555.tar.xz marcuscom-ports-8e52a8da21fcfad4a0d31c3d3bcacede0341e555.tar.zst marcuscom-ports-8e52a8da21fcfad4a0d31c3d3bcacede0341e555.zip | |
Update to 0.11.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9303 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'textproc/gnome-doc-utils/Makefile')
| -rw-r--r-- | textproc/gnome-doc-utils/Makefile | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/textproc/gnome-doc-utils/Makefile b/textproc/gnome-doc-utils/Makefile index 8265c18f5..62841c0ec 100644 --- a/textproc/gnome-doc-utils/Makefile +++ b/textproc/gnome-doc-utils/Makefile @@ -3,12 +3,11 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.47 2007/05/30 19:14:25 mezz Exp $ +# $MCom: ports/textproc/gnome-doc-utils/Makefile,v 1.48 2007/07/10 03:19:00 marcus Exp $ # PORTNAME= gnome-doc-utils -PORTVERSION= 0.10.3 -PORTREVISION= 3 +PORTVERSION= 0.11.1 CATEGORIES= textproc gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -37,13 +36,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= xml2po.1 -post-patch: - @${REINPLACE_CMD} -e 's|" == "|" = "|g' \ - ${WRKSRC}/tools/gnome-doc-tool.in \ - ${WRKSRC}/tools/gnome-doc-utils.make \ - ${WRKSRC}/doc/gnome-doc-make/Makefile.in \ - ${WRKSRC}/doc/xslt/Makefile.in - post-install: @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PREFIX}/share/xml2po |
