diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-12-18 23:36:43 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-12-18 23:36:43 +0800 |
commit | 4150fc268479c4f01e7f90e03adec5021346c83f (patch) | |
tree | c90c6a679426cf24cd3430a56eae7b215d0a8269 /editors | |
parent | 88660f9f8acbc63ae5bdce4d2a1f9e77e2cb9957 (diff) | |
download | freebsd-ports-gnome-4150fc268479c4f01e7f90e03adec5021346c83f.tar.gz freebsd-ports-gnome-4150fc268479c4f01e7f90e03adec5021346c83f.tar.zst freebsd-ports-gnome-4150fc268479c4f01e7f90e03adec5021346c83f.zip |
Do not leave a .orig file around after running the "post-install" target.
Diffstat (limited to 'editors')
-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 99a1c31d7a56..4517fba5d84b 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 \ |