diff options
author | pav <pav@FreeBSD.org> | 2009-12-04 01:58:46 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-04 01:58:46 +0800 |
commit | 6b48e1ae2c79a65ff7790757707178be1b7921a6 (patch) | |
tree | 3defab9e5efa9e94ae5134ae1bf4ae4ad750a7f3 /x11-fm | |
parent | d1a95f8941a93b24aec0644aed9915de66d31687 (diff) | |
download | freebsd-ports-gnome-6b48e1ae2c79a65ff7790757707178be1b7921a6.tar.gz freebsd-ports-gnome-6b48e1ae2c79a65ff7790757707178be1b7921a6.tar.zst freebsd-ports-gnome-6b48e1ae2c79a65ff7790757707178be1b7921a6.zip |
- Fix build on slow machines
Reported by: pointyhat
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 6dc198ddd91e..67d519c5b77a 100644 --- a/x11-fm/rox-filer/Makefile +++ b/x11-fm/rox-filer/Makefile @@ -42,6 +42,7 @@ post-configure: ${CONFIGURE_WRKSRC}/type.c \ ${CONFIGURE_WRKSRC}/usericons.c \ ${CONFIGURE_WRKSRC}/xdgmime.c + @${TOUCH} ${CONFIGURE_WRKSRC}/config.status do-install: @${MKDIR} ${PREFIX}/apps/ROX-Filer |