aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-27 22:42:33 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-27 22:42:33 +0000
commit83372fab7ea97f89514c0e8b954d98cdd189dc50 (patch)
treecb08c917905efb9e246d46c8799f6cc64bdb61fe /net/fspclient/Makefile
parent3b63810c969ba01a958155844cc93bd8abe872ac (diff)
downloadports-83372fab7ea97f89514c0e8b954d98cdd189dc50.tar.gz
ports-83372fab7ea97f89514c0e8b954d98cdd189dc50.zip
- Update to 0.92.1
PR: 136966 Submitted by: Radim Kolar SF.NET <hsn@sendmail.cz> (maintainer)
Notes
Notes: svn path=/head/; revision=238467
Diffstat (limited to 'net/fspclient/Makefile')
-rw-r--r--net/fspclient/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/fspclient/Makefile b/net/fspclient/Makefile
index 1de610361bb9..ed19d75b2edc 100644
--- a/net/fspclient/Makefile
+++ b/net/fspclient/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fspclient
-PORTVERSION= 0.91.0
+PORTVERSION= 0.92.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,12 +15,11 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A ftp-like client for the FSP service
USE_BZIP2= yes
-GNU_CONFIGURE= yes
+USE_SCONS= yes
+SCONS_ARGS= prefix=${PREFIX}
MAN1= fsp.1
+MANCOMPRESSED= yes
PLIST_FILES= bin/fsp
-post-patch:
- @${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/bsd/ls.c
-
.include <bsd.port.mk>