diff options
author | olgeni <olgeni@FreeBSD.org> | 2003-01-02 13:18:45 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2003-01-02 13:18:45 +0000 |
commit | 29fe09c8882a6b583e395303af0e2a2731979474 (patch) | |
tree | 632da238a758e79228bf19f52ce0e59af0c8e16d /x11-fm | |
parent | 56fe5a51b6eb4bc5641949d787c07645bc83a2c8 (diff) | |
download | FreeBSD-ports-29fe09c8882a6b583e395303af0e2a2731979474.zip FreeBSD-ports-29fe09c8882a6b583e395303af0e2a2731979474.tar.gz |
(whitespace) Separate assignments from Makefile targets.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/rox-filer/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fm/rox-filer/Makefile b/x11-fm/rox-filer/Makefile index 183dda8..2e399a1 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 |