diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-05-16 09:55:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-05-16 09:55:21 +0000 |
commit | ed6af5c234a29e4f43c76bbd217475e595e66c4b (patch) | |
tree | 10ac2aecd84c2afd7e4f6e3a5f57c03d066d1138 /editors/openoffice-3-devel/Makefile | |
parent | 413b00334b55320a71440364620fdeaf19dc471e (diff) | |
download | ports-ed6af5c234a29e4f43c76bbd217475e595e66c4b.tar.gz ports-ed6af5c234a29e4f43c76bbd217475e595e66c4b.zip |
Notes
Diffstat (limited to 'editors/openoffice-3-devel/Makefile')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index 522b9be30ec1..e4b43d136581 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -174,7 +174,13 @@ pre-everything:: @${TOUCH} ${BUILD_COOKIE} .endif +#issue XXXXXX not raised yet... +CRLFFILES=curl/curl*patch neon/neon*patch + post-extract: + for i in ${CRLFFILES}; do \ + cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's#
##g' $$i ; \ + done @${CP} ${DISTDIR}/${DIST_SUBDIR}/unowinreg.dll ${WRKSRC}/external/unowinreg/ .if defined(WITH_CWS) cd ${WRKSRC} ; ${TAR} xvfz ${DISTDIR}/${DIST_SUBDIR}/${CWSARCHIVE} @@ -187,6 +193,7 @@ post-extract: .if !defined(WITHOUT_MOZILLA) @${CP} ${DISTDIR}/${DIST_SUBDIR}/${MOZILLA_SOURCE} ${WRKSRC}/moz/download .endif + pre-configure: #Workaround for gperf. #i85469# @${LN} -sf ${LOCALBASE}/bin/gperf ${WRKSRC}/solenv/bin/gperf |