1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Fix runtime issues when using CUSTOM prefix

PR: 139647
Submitted by: myself
Approved by: Maintainer Timeout
Approved by: miwi (mentor)
This commit is contained in:
Kris Moore 2009-11-11 22:09:15 +00:00
parent 23539ccff7
commit 581eba9bb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244135

View File

@ -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