diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 12:42:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-27 12:42:34 +0000 |
commit | bc7bf7bbde879232dbb08bd60e62ddc16acb9247 (patch) | |
tree | 6cf75f4488ab940807701ce4335d7bf37f4f69e0 /net | |
parent | 6e2b2799b9388bbb447b3467bd001d699cc3f91d (diff) | |
download | freebsd-ports-bc7bf7bbde879232dbb08bd60e62ddc16acb9247.zip |
Support stage
Convert to USES=scons
Diffstat (limited to 'net')
-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> |