diff options
author | mrauch <mrauch> | 2005-10-21 12:30:58 +0000 |
---|---|---|
committer | mrauch <mrauch> | 2005-10-21 12:30:58 +0000 |
commit | 78fbecdd4076b059e8af26145ce42968562eea86 (patch) | |
tree | d0227c7d025e1307794d6b180f98a6bcf19369f9 /misc | |
parent | 24da665de3198539c3056fcb684d5d9fc5d53745 (diff) | |
download | pkgsrc-78fbecdd4076b059e8af26145ce42968562eea86.tar.gz |
Rename PKGNAME to openoffice-bin so it better coexists with the
misc/openoffice-bin package.
Noted by Hubert Feyrer in mail to tech-pkg.
Diffstat (limited to 'misc')
-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 2dbcf9e4808..6af23f6a968 100644 --- a/misc/openoffice2-bin/Makefile +++ b/misc/openoffice2-bin/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2005/10/20 14:05:39 mrauch Exp $ +# $NetBSD: Makefile,v 1.5 2005/10/21 12:30:58 mrauch Exp $ -PKGNAME= openoffice2-bin-2.0.0 +PKGNAME= openoffice-bin-2.0.0 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/2.0.0/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -24,7 +24,7 @@ NO_BUILD= yes CONFLICTS+= staroffice-[0-9]* CONFLICTS+= openoffice-[0-9]* -CONFLICTS+= openoffice-bin-[0-9]* +CONFLICTS+= openoffice2-bin-[0-9]* CONFLICTS+= openoffice-linux-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.6*-i386 NetBSD-[2-9]*-i386 |