diff options
author | obrien <obrien@FreeBSD.org> | 1999-12-11 00:28:35 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-12-11 00:28:35 +0800 |
commit | 336d83c8b25f774aa3947c5ed1a13a376b7bb6e4 (patch) | |
tree | 28c963d1cee85b8f19cecf718d9d112db4568766 /editors/openoffice-3 | |
parent | a10ebb54a381521bd48b0c810ba9836ca6a990ec (diff) | |
download | freebsd-ports-gnome-336d83c8b25f774aa3947c5ed1a13a376b7bb6e4.tar.gz freebsd-ports-gnome-336d83c8b25f774aa3947c5ed1a13a376b7bb6e4.tar.zst freebsd-ports-gnome-336d83c8b25f774aa3947c5ed1a13a376b7bb6e4.zip |
Fix buglet in the perl expression.
Noticed by: Brian Handy <handy@lambic.physics.montana.edu>
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r-- | editors/openoffice-3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/Makefile b/editors/openoffice-3/Makefile index ff5f0630423d..7fa83f43a2eb 100644 --- a/editors/openoffice-3/Makefile +++ b/editors/openoffice-3/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 |