diff options
author | mrauch <mrauch@pkgsrc.org> | 2005-11-01 13:26:43 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2005-11-01 13:26:43 +0000 |
commit | 8b6802b5ba02dc14478d23c49e03e6fd8275be0b (patch) | |
tree | 49488e0ca6ebdde8c11dddd111fd45b2056a580b | |
parent | 04a8114a1a1e1df21d05bdd4ea52df6226aff3da (diff) | |
download | pkgsrc-8b6802b5ba02dc14478d23c49e03e6fd8275be0b.tar.gz |
Remove the test if /proc exists.
This was left over from the version 1 package and is no longer necessary,
as installation sets are now rpms.
Noted by Geert Hendrickx.
-rw-r--r-- | misc/openoffice2-bin/Makefile | 4 | ||||
-rw-r--r-- | misc/openoffice2-bin/Makefile.NetBSD.i386 | 6 |
2 files changed, 3 insertions, 7 deletions
diff --git a/misc/openoffice2-bin/Makefile b/misc/openoffice2-bin/Makefile index 1a5d59c0d30..9431ce177a1 100644 --- a/misc/openoffice2-bin/Makefile +++ b/misc/openoffice2-bin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2005/10/26 18:26:52 mrauch Exp $ +# $NetBSD: Makefile,v 1.9 2005/11/01 13:26:43 mrauch Exp $ PKGNAME= openoffice-bin-2.0.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_OPENOFFICE:=stable/2.0.0/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/misc/openoffice2-bin/Makefile.NetBSD.i386 b/misc/openoffice2-bin/Makefile.NetBSD.i386 index 3420c4398b8..257544d0b82 100644 --- a/misc/openoffice2-bin/Makefile.NetBSD.i386 +++ b/misc/openoffice2-bin/Makefile.NetBSD.i386 @@ -1,11 +1,7 @@ -# $NetBSD: Makefile.NetBSD.i386,v 1.1.1.1 2005/10/09 13:39:53 mrauch Exp $ +# $NetBSD: Makefile.NetBSD.i386,v 1.2 2005/11/01 13:26:43 mrauch Exp $ DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_freetype2>=2.0:../../emulators/${SUSE_DIR_PREFIX}_freetype2 -.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline) -PKG_FAIL_REASON= "please mount /emul/linux/proc or /proc" -.endif - .include "../../emulators/suse_linux/Makefile.application" |