aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-27 12:42:34 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-27 12:42:34 +0000
commitbc7bf7bbde879232dbb08bd60e62ddc16acb9247 (patch)
tree6cf75f4488ab940807701ce4335d7bf37f4f69e0 /net/fspclient
parent6e2b2799b9388bbb447b3467bd001d699cc3f91d (diff)
downloadports-bc7bf7bbde879232dbb08bd60e62ddc16acb9247.tar.gz
ports-bc7bf7bbde879232dbb08bd60e62ddc16acb9247.zip
Support stage
Convert to USES=scons
Notes
Notes: svn path=/head/; revision=355505
Diffstat (limited to 'net/fspclient')
-rw-r--r--net/fspclient/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile
index b59767eab242..35850cbd1bfc 100644
--- a/net/fspclient/Makefile
+++ b/net/fspclient/Makefile
@@ -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>