diff options
author | joerg <joerg@pkgsrc.org> | 2010-04-07 18:04:46 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-04-07 18:04:46 +0000 |
commit | 254797654a5ef218712ca68753171955f5c61109 (patch) | |
tree | bafa055e752717d7ae86918e7116f237923516c7 /misc | |
parent | d20e3dc940cb2d4a41c1504821f0ec085dafd978 (diff) | |
download | pkgsrc-254797654a5ef218712ca68753171955f5c61109.tar.gz |
Catch up with moved location.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/openoffice3-bin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/openoffice3-bin/Makefile b/misc/openoffice3-bin/Makefile index e328be93aff..408987eca10 100644 --- a/misc/openoffice3-bin/Makefile +++ b/misc/openoffice3-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2010/03/02 22:57:03 bad Exp $ +# $NetBSD: Makefile,v 1.6 2010/04/07 18:04:46 joerg Exp $ DISTNAME= openoffice3-bin # overridden below PKGNAME= openoffice3-bin-${OO_RELEASE} @@ -46,8 +46,8 @@ RUN_LDCONFIG= no USE_TOOLS+= patch -CHECK_FILES_SKIP+= ${PREFIX}/openoffice.org/basis${OO_BASEVER}/ure-link -CHECK_FILES_SKIP+= ${PREFIX}/openoffice.org${OO_VER}/basis-link +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 |