diff options
author | tron <tron@pkgsrc.org> | 2010-09-07 17:35:29 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-09-07 17:35:29 +0000 |
commit | ed2467cec1ecd2414e2e6a85335fb52097a1dd5f (patch) | |
tree | fde218c1e4242acd505ea172e1865bc2f85258c7 /misc/openoffice3-bin | |
parent | 53d08ab8ba0c8102906541c2782eea39c217d76d (diff) | |
download | pkgsrc-ed2467cec1ecd2414e2e6a85335fb52097a1dd5f.tar.gz |
Remove "CHECK_FILES_SKIP" entries as "rpm2pkg" no longer generates
package lists which trigger false positives.
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" |