diff options
author | rh <rh@pkgsrc.org> | 2003-01-22 22:46:33 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2003-01-22 22:46:33 +0000 |
commit | 7763d18fd254d69d279dfdd204cca9c2d32e740e (patch) | |
tree | e1c4334ceea0c90cdfd151c1666e5db4c2a052fd /misc/openoffice-linux | |
parent | 764d0807bef1c5408e9a3055910fb41f0254dd8d (diff) | |
download | pkgsrc-7763d18fd254d69d279dfdd204cca9c2d32e740e.tar.gz |
Minor nitpick: put each package into a separate CONFLICTS+= line.
Diffstat (limited to 'misc/openoffice-linux')
-rw-r--r-- | misc/openoffice-linux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/openoffice-linux/Makefile b/misc/openoffice-linux/Makefile index e61fa12aeb9..59b0d86f88e 100644 --- a/misc/openoffice-linux/Makefile +++ b/misc/openoffice-linux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/01/22 21:57:25 mrauch Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/22 22:46:33 rh Exp $ DISTNAME= OOo_1.0.2_LinuxIntel_install PKGNAME= openoffice-linux-1.0.2 @@ -13,7 +13,8 @@ COMMENT= Integrated office productivity suite (binary pkg) NO_CONFIGURE= # defined WRKSRC= ${WRKDIR}/install/ -CONFLICTS= staroffice-[0-9]* openoffice-[0-9]* +CONFLICTS+= staroffice-[0-9]* +CONFLICTS+= openoffice-[0-9]* ONLY_FOR_PLATFORM= NetBSD-1.[6-9]*-i386 NetBSD-[2-9]*-i386 |