diff options
author | mrauch <mrauch> | 2004-06-07 20:45:48 +0000 |
---|---|---|
committer | mrauch <mrauch> | 2004-06-07 20:45:48 +0000 |
commit | 7535b4917c480f123b52c6fdd39d06df3d792c78 (patch) | |
tree | 0b9295dc327ff8c003182a9e525e7711c34d5647 /misc | |
parent | f0036d1c5d112286acc7b8c56469c14d3b6436f2 (diff) | |
download | pkgsrc-7535b4917c480f123b52c6fdd39d06df3d792c78.tar.gz |
After the last change the list of helpfiles to copy may be empty.
Diffstat (limited to 'misc')
-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" |