diff options
Diffstat (limited to 'editors/openoffice-1.1-devel/files/Makefile.mozilla')
-rw-r--r-- | editors/openoffice-1.1-devel/files/Makefile.mozilla | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/openoffice-1.1-devel/files/Makefile.mozilla b/editors/openoffice-1.1-devel/files/Makefile.mozilla index 73637f27d724..9593c16dba89 100644 --- a/editors/openoffice-1.1-devel/files/Makefile.mozilla +++ b/editors/openoffice-1.1-devel/files/Makefile.mozilla @@ -32,9 +32,9 @@ build-mozilla: .endif install-mozilla: - @${CP} ${WRKDIR}/FREEBSDGCCIinc.zip ${WRKSRC}/../moz/zipped/ - @${CP} ${WRKDIR}/FREEBSDGCCIlib.zip ${WRKSRC}/../moz/zipped/ - @${CP} ${WRKDIR}/FREEBSDGCCIruntime.zip ${WRKSRC}/../moz/zipped/ + @${CP} ${WRKDIR}/FREEBSDGCCIinc.zip ${WRKSRC}/moz/zipped/ + @${CP} ${WRKDIR}/FREEBSDGCCIlib.zip ${WRKSRC}/moz/zipped/ + @${CP} ${WRKDIR}/FREEBSDGCCIruntime.zip ${WRKSRC}/moz/zipped/ register-mozilla: .if exists(${WRKDIR}/mozilla-runtime) |