diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 14:26:17 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 14:26:17 +0000 |
commit | 060c9dbb73f82cf9aceca496cdabdfd114cb2eef (patch) | |
tree | 9404b5de5bf2690bf65c5ac5b22bf680976d0c1a /french | |
parent | 81088c4cbb0f7dbfa2bd83038579472f195d0ce1 (diff) | |
download | ports-060c9dbb73f82cf9aceca496cdabdfd114cb2eef.tar.gz ports-060c9dbb73f82cf9aceca496cdabdfd114cb2eef.zip |
Notes
Diffstat (limited to 'french')
-rw-r--r-- | french/staroffice52/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/french/staroffice52/Makefile b/french/staroffice52/Makefile index 69b04ac09398..6b7459d12eeb 100644 --- a/french/staroffice52/Makefile +++ b/french/staroffice52/Makefile @@ -32,6 +32,7 @@ DIST_SUBDIR= staroffice52 WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/linux/lib:${LINUXBASE}/usr/lib +INSTDB.INS= ${PREFIX}/office52/program/instdb.ins .include <bsd.port.pre.mk> @@ -120,6 +121,9 @@ do-install: post-install: @${PATCH} -s ${PREFIX}/office52/program/setup ${FILESDIR}/setup.patch @${PATCH} -s ${PREFIX}/office52/program/soffice ${FILESDIR}/soffice.patch + @${CP} ${INSTDB.INS} ${INSTDB.INS}.orig + @${SED} -e 's%DefaultDestPath = "/usr/local/office52%DefaultDestPath = "office52%' \ + < ${INSTDB.INS}.orig > ${INSTDB.INS} install-user: ${PREFIX}/office52/program/setup |