diff options
author | mrauch <mrauch@pkgsrc.org> | 2004-06-07 20:45:48 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2004-06-07 20:45:48 +0000 |
commit | 95ce98ebd3c608a3fe181384e7a5fa986bf6ffe2 (patch) | |
tree | 0b9295dc327ff8c003182a9e525e7711c34d5647 /misc/openoffice | |
parent | dd2cc3b50618f9d387fce79bd2a5531855d04afc (diff) | |
download | pkgsrc-95ce98ebd3c608a3fe181384e7a5fa986bf6ffe2.tar.gz |
After the last change the list of helpfiles to copy may be empty.
Diffstat (limited to 'misc/openoffice')
-rw-r--r-- | misc/openoffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/openoffice/Makefile b/misc/openoffice/Makefile index 86ca66434a0..a6b889f8b8c 100644 --- a/misc/openoffice/Makefile +++ b/misc/openoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2004/06/05 12:22:47 mrauch Exp $ +# $NetBSD: Makefile,v 1.51 2004/06/07 20:45:48 mrauch Exp $ DISTNAME= openoffice-1.1.1 CATEGORIES= misc @@ -60,7 +60,7 @@ post-extract: ${WRKSRC}/../offmgr/res/openintro.bmp # bring the localized helpcontent into place ${MKDIR} ${WRKSRC}/../helpcontent/${OPENOFFICE_OUTPATH}.pro/bin - ${CP} ${WRKDIR}/*.zip ${WRKSRC}/../helpcontent/${OPENOFFICE_OUTPATH}.pro/bin/ + -${CP} ${WRKDIR}/*.zip ${WRKSRC}/../helpcontent/${OPENOFFICE_OUTPATH}.pro/bin/ do-build: ${_ULIMIT_CMD} tcsh -c "setenv PTHREAD_DIAGASSERT Ael && cd ${WRKSRC}/.. && ./bootstrap && source ${OPENOFFICE_SETFILE}Env.Set && dmake" |