Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2014 12:42:34 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355505 - head/net/fspclient
Message-ID:  <201405271242.s4RCgYJR091453@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue May 27 12:42:34 2014
New Revision: 355505
URL: http://svnweb.freebsd.org/changeset/ports/355505
QAT: https://qat.redports.org/buildarchive/r355505/

Log:
  Support stage
  Convert to USES=scons

Modified:
  head/net/fspclient/Makefile

Modified: head/net/fspclient/Makefile
==============================================================================
--- head/net/fspclient/Makefile	Tue May 27 12:42:34 2014	(r355504)
+++ head/net/fspclient/Makefile	Tue May 27 12:42:34 2014	(r355505)
@@ -9,15 +9,10 @@ MASTER_SITES=	SF
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	A ftp-like client for the FSP service
 
-USE_BZIP2=	yes
-USE_SCONS=	yes
-SCONS_ARGS=	prefix=${PREFIX}
+USES=		tar:bzip2 scons
+MAKE_ARGS=	prefix=${PREFIX}
 
-MAN1=		fsp.1
-MANCOMPRESSED=	yes
-PLIST_FILES=	bin/fsp
+PLIST_FILES=	bin/fsp man/man1/fsp.1.gz
+INSTALL_TARGET=	install prefix=${STAGEDIR}${PREFIX}
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405271242.s4RCgYJR091453>