diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 14:23:54 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-12-24 14:23:54 +0000 |
commit | 81088c4cbb0f7dbfa2bd83038579472f195d0ce1 (patch) | |
tree | 363e639eedeb6bcf1353f89ae9f1804df4e4922b /german | |
parent | Fix default $PATH settings for user-installation. (diff) |
Fix default $PATH settings for user-installation.
PR: 23774
Submitted by: Martin Blapp <mb@imp.ch> (maintainer)
Notes
Notes:
svn path=/head/; revision=36308
Diffstat (limited to 'german')
-rw-r--r-- | german/staroffice52/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/german/staroffice52/Makefile b/german/staroffice52/Makefile index 6526abb2e0f7..b6682001bfe3 100644 --- a/german/staroffice52/Makefile +++ b/german/staroffice52/Makefile @@ -31,6 +31,7 @@ DIST_SUBDIR= staroffice52 WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp LD_PATH= ${TMPDIR}:${WRKSRC}:${LINUXBASE}/lib:${LINUXBASE}/usr/lib +INSTDB.INS= ${PREFIX}/office52/program/instdb.ins .include <bsd.port.pre.mk> @@ -116,6 +117,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 |