summaryrefslogtreecommitdiff
path: root/x11-fm/rox-filer
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-01-02 13:18:45 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-01-02 13:18:45 +0000
commiteec010f837ffba4dc74e931bd3764b965bddb565 (patch)
treeea6d89ded2b528a87935ec94e6240312c2c13ef0 /x11-fm/rox-filer
parentUpdate to 1.3.5. (diff)
(whitespace) Separate assignments from Makefile targets.
Notes
Notes: svn path=/head/; revision=72203
Diffstat (limited to 'x11-fm/rox-filer')
-rw-r--r--x11-fm/rox-filer/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile
index 183dda8ba006..2e399a17cf79 100644
--- a/x11-fm/rox-filer/Makefile
+++ b/x11-fm/rox-filer/Makefile
@@ -28,10 +28,6 @@ post-patch:
.include <bsd.port.pre.mk>
-do-build:
- # Run the custom build procedure
- @cd ${WRKSRC} && GTK_CONFIG=${GTK_CONFIG} GLIB_CONFIG=${GLIB_CONFIG} ROX-Filer/AppRun --compile
-
.if (${ARCH} == "i386")
BINARIES= FreeBSD-ix86
.else
@@ -40,6 +36,10 @@ BINARIES= FreeBSD-${ARCH}
PLIST_SUB= BINARIES="${BINARIES}"
+do-build:
+ # Run the custom build procedure
+ @cd ${WRKSRC} && GTK_CONFIG=${GTK_CONFIG} GLIB_CONFIG=${GLIB_CONFIG} ROX-Filer/AppRun --compile
+
do-install:
@${MKDIR} ${PREFIX}/apps/ROX-Filer
@cd ${WRKSRC}/ROX-Filer && ${CP} -r .DirIcon Action.png AppInfo.xml AppRun ${BINARIES} Help Messages Options.xml images style.css ${PREFIX}/apps/ROX-Filer