summaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-vcltesttool
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-12-10 16:28:35 +0000
committerobrien <obrien@FreeBSD.org>1999-12-10 16:28:35 +0000
commit336d83c8b25f774aa3947c5ed1a13a376b7bb6e4 (patch)
tree28c963d1cee85b8f19cecf718d9d112db4568766 /editors/openoffice.org-vcltesttool
parenta10ebb54a381521bd48b0c810ba9836ca6a990ec (diff)
downloadFreeBSD-ports-336d83c8b25f774aa3947c5ed1a13a376b7bb6e4.zip
FreeBSD-ports-336d83c8b25f774aa3947c5ed1a13a376b7bb6e4.tar.gz
Fix buglet in the perl expression.
Noticed by: Brian Handy <handy@lambic.physics.montana.edu>
Diffstat (limited to 'editors/openoffice.org-vcltesttool')
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index ff5f063..7fa83f4 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/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
OpenPOWER on IntegriCloud