diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-10 16:28:35 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-12-10 16:28:35 +0000 |
commit | b21c3ba30d888339351262af56e1d9e39609d29d (patch) | |
tree | 5e7e782378453fb570fe8c1793d3e40523189a3d /editors/openoffice-1.1 | |
parent | 60b0549133d21177b5fdb8e1e6311d95f3f9d0ae (diff) | |
download | ports-b21c3ba30d888339351262af56e1d9e39609d29d.tar.gz ports-b21c3ba30d888339351262af56e1d9e39609d29d.zip |
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-1.1')
-rw-r--r-- | editors/openoffice-1.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-1.1/Makefile b/editors/openoffice-1.1/Makefile index ff5f0630423d..7fa83f43a2eb 100644 --- a/editors/openoffice-1.1/Makefile +++ b/editors/openoffice-1.1/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 |