diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 20:42:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 20:42:34 +0800 |
commit | 8de6f2a03357808edfe60fec0f9807202834504c (patch) | |
tree | 6cf75f4488ab940807701ce4335d7bf37f4f69e0 /net/fspclient | |
parent | 4b88a543b641155a2c4ec469e3d54aacd465c07c (diff) | |
download | freebsd-ports-gnome-8de6f2a03357808edfe60fec0f9807202834504c.tar.gz freebsd-ports-gnome-8de6f2a03357808edfe60fec0f9807202834504c.tar.zst freebsd-ports-gnome-8de6f2a03357808edfe60fec0f9807202834504c.zip |
Support stage
Convert to USES=scons
Diffstat (limited to 'net/fspclient')
-rw-r--r-- | net/fspclient/Makefile | 15 |
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> |