diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-12-18 15:36:43 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-12-18 15:36:43 +0000 |
commit | 4150fc268479c4f01e7f90e03adec5021346c83f (patch) | |
tree | c90c6a679426cf24cd3430a56eae7b215d0a8269 /editors/staroffice52 | |
parent | 88660f9f8acbc63ae5bdce4d2a1f9e77e2cb9957 (diff) | |
download | FreeBSD-ports-4150fc268479c4f01e7f90e03adec5021346c83f.zip FreeBSD-ports-4150fc268479c4f01e7f90e03adec5021346c83f.tar.gz |
Do not leave a .orig file around after running the "post-install" target.
Diffstat (limited to 'editors/staroffice52')
-rw-r--r-- | editors/staroffice52/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile index 99a1c31..4517fba 100644 --- a/editors/staroffice52/Makefile +++ b/editors/staroffice52/Makefile @@ -183,6 +183,7 @@ post-install: @${CP} ${INSTDB.INS} ${INSTDB.INS}.orig @${SED} -e 's%DefaultDestPath = "${PREFIX}/office52%DefaultDestPath = "office52%' \ < ${INSTDB.INS}.orig > ${INSTDB.INS} + @${RM} ${INSTDB.INS}.orig install-user: @-SAL_IGNOREXERRORS=1 PATH="/bin:${PATH}" ${LINUXBASE}/bin/sh -c \ |