summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2001-12-18 15:36:43 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2001-12-18 15:36:43 +0000
commit274b51929518356567dc45b3d778c10639207e59 (patch)
tree14929bdf2bd4a5c13437c43390b5a73420a78596
parentSort pkg-plist (no content changes). (diff)
Do not leave a .orig file around after running the "post-install" target.
Notes
Notes: svn path=/head/; revision=51743
-rw-r--r--editors/staroffice52/Makefile1
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 \