diff options
Diffstat (limited to 'misc/openoffice3-bin')
-rw-r--r-- | misc/openoffice3-bin/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/openoffice3-bin/Makefile b/misc/openoffice3-bin/Makefile index d5e0d128d14..3a755148874 100644 --- a/misc/openoffice3-bin/Makefile +++ b/misc/openoffice3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2010/06/15 16:48:19 bad Exp $ +# $NetBSD: Makefile,v 1.8 2010/09/07 17:35:29 tron Exp $ DISTNAME= openoffice3-bin # overridden below PKGNAME= openoffice3-bin-${OO_RELEASE} @@ -46,9 +46,6 @@ RUN_LDCONFIG= no USE_TOOLS+= patch -CHECK_FILES_SKIP+= ${PREFIX}/opt/openoffice.org/basis${OO_BASEVER}/ure-link -CHECK_FILES_SKIP+= ${PREFIX}/opt/openoffice.org${OO_VER}/basis-link - PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" |