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 /misc/openoffice2-bin/Makefile | |
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.
Diffstat (limited to 'misc/openoffice2-bin/Makefile')
-rw-r--r-- | misc/openoffice2-bin/Makefile | 4 |
1 files changed, 2 insertions, 2 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} |