summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.1-devel
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-12-10 16:28:35 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-12-10 16:28:35 +0000
commitb21c3ba30d888339351262af56e1d9e39609d29d (patch)
tree5e7e782378453fb570fe8c1793d3e40523189a3d /editors/openoffice.org-1.1-devel
parentUpdate vim 5.5 to patchlevel 67 (diff)
Fix buglet in the perl expression.
Noticed by: Brian Handy <handy@lambic.physics.montana.edu>
Notes
Notes: svn path=/head/; revision=23737
Diffstat (limited to 'editors/openoffice.org-1.1-devel')
-rw-r--r--editors/openoffice.org-1.1-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-1.1-devel/Makefile b/editors/openoffice.org-1.1-devel/Makefile
index ff5f0630423d..7fa83f43a2eb 100644
--- a/editors/openoffice.org-1.1-devel/Makefile
+++ b/editors/openoffice.org-1.1-devel/Makefile
@@ -34,7 +34,7 @@ IGNORE="Please manually download ${DISTFILES} from www.sun.com/staroffice or cop
.endif
post-configure:
- ${PERL} -pi.orig -e 's/DefaultDestPath = "Office51";/DefaultDestPath = "${PREFIX}/Office51";/' ${WRKSRC}/office51/setup.ins
+ ${PERL} -pi.orig -e 's|DefaultDestPath = "Office51";|DefaultDestPath = "${PREFIX}/Office51";|' ${WRKSRC}/office51/setup.ins
do-install:
unzip -u -L ${WRKDIR}/so51inst/office51/setup.zip -d ${WRKDIR}/tmp