diff options
author | Kris Moore <kmoore@FreeBSD.org> | 2009-11-11 22:09:15 +0000 |
---|---|---|
committer | Kris Moore <kmoore@FreeBSD.org> | 2009-11-11 22:09:15 +0000 |
commit | 581eba9bb29ec1254750351da359f075c9146702 (patch) | |
tree | 34f4a6325a2e125db9f975396a8f195cd7e89085 /x11-fm | |
parent | 23539ccff75b58e35d5daa2bbc74090856955af8 (diff) | |
download | ports-581eba9bb29ec1254750351da359f075c9146702.tar.gz ports-581eba9bb29ec1254750351da359f075c9146702.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=244135
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 49bfabc19061..6dc198ddd91e 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -34,6 +34,15 @@ CONFIGURE_WRKSRC= ${WRKSRC}/ROX-Filer/src BUILD_WRKSRC= ${CONFIGURE_WRKSRC} ALL_TARGET= +post-configure: + @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ + ${CONFIGURE_WRKSRC}/configure \ + ${CONFIGURE_WRKSRC}/choices.c \ + ${CONFIGURE_WRKSRC}/support.c \ + ${CONFIGURE_WRKSRC}/type.c \ + ${CONFIGURE_WRKSRC}/usericons.c \ + ${CONFIGURE_WRKSRC}/xdgmime.c + do-install: @${MKDIR} ${PREFIX}/apps/ROX-Filer @cd ${WRKSRC}/ROX-Filer && ${CP} -r .DirIcon AppInfo.xml AppRun Help Messages Options.xml ROX ROX-Filer images style.css Templates.glade subclasses ${PREFIX}/apps/ROX-Filer |