diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 03:19:35 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-04-26 03:19:35 +0800 |
commit | 747da2a9d7a0b338f6ae62e1cb750970584e888f (patch) | |
tree | 243ce04e33a419baa83cc9208549e966efc2af02 /misc | |
parent | 7a6d73ac0c9a0a88c61bda4c747f355c3d5fa22d (diff) | |
download | marcuscom-ports-747da2a9d7a0b338f6ae62e1cb750970584e888f.tar.gz marcuscom-ports-747da2a9d7a0b338f6ae62e1cb750970584e888f.tar.zst marcuscom-ports-747da2a9d7a0b338f6ae62e1cb750970584e888f.zip |
Fix a simple typo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15868 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-devel-docs/Makefile | 4 | ||||
-rw-r--r-- | misc/gnome-devel-docs3/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile index 62ff4d0cd..b483e1218 100644 --- a/misc/gnome-devel-docs/Makefile +++ b/misc/gnome-devel-docs/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD: ports/misc/gnome-devel-docs/Makefile,v 1.11 2010/11/20 15:36:46 kwm Exp $ -# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.22 2010/09/29 15:17:53 kwm Exp $ +# $MCom: ports/misc/gnome-devel-docs/Makefile,v 1.24 2011/04/25 19:13:29 mezz Exp $ # PORTNAME= gnome-devel-docs @@ -18,7 +18,7 @@ COMMENT= Documents targeted for GNOME developers BUILD_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils RUN_DEPENDS= gnome-doc-prepare:${PORTSDIR}/textproc/gnome-doc-utils -CONFLICTS= gnome-devel-docs-3.[0-9-]* +CONFLICTS= gnome-devel-docs-3.[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes diff --git a/misc/gnome-devel-docs3/Makefile b/misc/gnome-devel-docs3/Makefile index 3a72ac7f3..5f07285ee 100644 --- a/misc/gnome-devel-docs3/Makefile +++ b/misc/gnome-devel-docs3/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-devel-docs3/Makefile,v 1.2 2011/04/06 07:25:58 kwm Exp $ +# $MCom: ports/misc/gnome-devel-docs3/Makefile,v 1.3 2011/04/25 19:13:29 mezz Exp $ # PORTNAME= gnome-devel-docs @@ -15,7 +15,7 @@ DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Documents targeted for GNOME developers -CONFLICTS= gnome-devel-docs-2.[0-9-]* +CONFLICTS= gnome-devel-docs-2.[0-9]* USE_BZIP2= yes GNU_CONFIGURE= yes |