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 /german/staroffice70/Makefile | |
parent | Update 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 '')
-rw-r--r-- | german/staroffice70/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/german/staroffice70/Makefile b/german/staroffice70/Makefile index ff5f0630423d..7fa83f43a2eb 100644 --- a/german/staroffice70/Makefile +++ b/german/staroffice70/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 |