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 /editors/rox-edit | |
parent | 581eba9bb29ec1254750351da359f075c9146702 (diff) | |
download | ports-ce2a8e76499424f03516ad75bfecedfc496e958d.tar.gz ports-ce2a8e76499424f03516ad75bfecedfc496e958d.zip |
Notes
Diffstat (limited to 'editors/rox-edit')
-rw-r--r-- | editors/rox-edit/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/rox-edit/Makefile b/editors/rox-edit/Makefile index 228274c429ae..c9f7b3ed26c7 100644 --- a/editors/rox-edit/Makefile +++ b/editors/rox-edit/Makefile @@ -28,6 +28,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}/Edit/findrox.py + @${FIND} ${WRKSRC} -name *.bak | ${XARGS} ${RM} + do-install: @${MKDIR} ${PREFIX}/apps @${CP} -r ${WRKSRC}/Edit ${PREFIX}/apps/ |