diff options
author | wiz <wiz@pkgsrc.org> | 2007-03-15 08:10:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-03-15 08:10:52 +0000 |
commit | 6bef664a0b20daf1b70bfda32b8286d831b149aa (patch) | |
tree | 06c56c0c764bf43247d6d2a4e977066febf43920 /misc/openoffice2-bin | |
parent | 9cc62bd18f6f86dd2bde51cfa1f041c151db709f (diff) | |
download | pkgsrc-6bef664a0b20daf1b70bfda32b8286d831b149aa.tar.gz |
Rename to "openoffice2-bin", since misc/openoffice2's PKGNAME is
"openoffice2" too. Adapt CONFLICTS.
Diffstat (limited to 'misc/openoffice2-bin')
-rw-r--r-- | misc/openoffice2-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile index 7dc0ca56822..efd461e63af 100644 --- a/misc/openoffice2-bin/Makefile +++ b/misc/openoffice2-bin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2007/02/27 13:52:05 hira Exp $ +# $NetBSD: Makefile,v 1.27 2007/03/15 08:10:52 wiz Exp $ -PKGNAME= openoffice-bin-${OO_RELEASE} +PKGNAME= openoffice2-bin-${OO_RELEASE} PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/${OO_RELEASE}/} @@ -26,8 +26,8 @@ NO_BUILD= yes CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* +CONFLICTS+= openoffice-bin-[0-9]* CONFLICTS+= openoffice2-[0-9]* -CONFLICTS+= openoffice2-bin-[0-9]* CONFLICTS+= openoffice-linux-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 |