diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2009-11-11 22:12:13 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2009-11-11 22:12:13 +0000 |
commit | ce2a8e76499424f03516ad75bfecedfc496e958d (patch) | |
tree | 6b22e1971c577a6ecbf48f01527f57ed2ca7f5ca /x11-fm/rox-mime-editor/Makefile | |
parent | 581eba9bb29ec1254750351da359f075c9146702 (diff) | |
download | ports-ce2a8e76499424f03516ad75bfecedfc496e958d.tar.gz ports-ce2a8e76499424f03516ad75bfecedfc496e958d.zip |
- Fix runtime issues when using CUSTOM prefix
PR: 139647
Submitted by: myself
Approved by: Maintainer Timeout
Approved by: miwi (mentor)
Notes
Notes:
svn path=/head/; revision=244136
Diffstat (limited to 'x11-fm/rox-mime-editor/Makefile')
-rw-r--r-- | x11-fm/rox-mime-editor/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/x11-fm/rox-mime-editor/Makefile b/x11-fm/rox-mime-editor/Makefile index e5ba90a39495..82c6dc48fbfa 100644 --- a/x11-fm/rox-mime-editor/Makefile +++ b/x11-fm/rox-mime-editor/Makefile @@ -25,6 +25,11 @@ do-build: @${PYTHON_CMD} -m compileall ${WRKSRC} @${PYTHON_CMD} -O -m compileall ${WRKSRC} +pre-install: + @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ + ${WRKSRC}/MIME-Editor/findrox.py + @${FIND} ${WRKSRC} -name *.bak | ${XARGS} ${RM} + do-install: @${MKDIR} ${PREFIX}/apps @${CP} -r ${WRKSRC}/MIME-Editor ${PREFIX}/apps/ |