aboutsummaryrefslogtreecommitdiff
path: root/shells/scponly/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2006-08-06 17:38:15 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2006-08-06 17:38:15 +0000
commit594b0dc64c6885d7cdc0e1403e52779453fcc1f5 (patch)
tree9541aaae84bbce3fe58f3ac9ace4f012ee0913cf /shells/scponly/Makefile
parent1ec9be9672471e8d9cc5bfc6191f55291e3df091 (diff)
downloadports-594b0dc64c6885d7cdc0e1403e52779453fcc1f5.tar.gz
ports-594b0dc64c6885d7cdc0e1403e52779453fcc1f5.zip
Unbreak rsync comatibility when long opts ("--server", "--sender"
and "--delete" in this case) specified. PR: 96295 Suggested by: ueda _at_ drweb dot jp Obtained from: https://lists.ccs.neu.edu/pipermail/scponly/2006-March/001287.html Approved by: rushani (maintainer)
Notes
Notes: svn path=/head/; revision=169840
Diffstat (limited to 'shells/scponly/Makefile')
-rw-r--r--shells/scponly/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 5be3e5c409ff..fc2b66296706 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -71,6 +71,7 @@
PORTNAME= scponly
PORTVERSION= 4.6
+PORTREVISION= 1
CATEGORIES= shells
MASTER_SITES= http://www.sublimation.org/scponly/ \
${MASTER_SITE_SOURCEFORGE}
@@ -85,6 +86,8 @@ MAN8= scponly.8
GNU_CONFIGURE= yes
PLIST_SUB+= SCPONLY_CHROOT="@comment "
+PATCH_STRIP= -p1
+
.include <bsd.port.pre.mk>
.if defined(SCPONLY_DEFAULT_CHDIR) && !empty(SCPONLY_DEFAULT_CHDIR)
@@ -105,7 +108,6 @@ CONFIGURE_ARGS+=--enable-chrooted-binary
.endif
.if defined(WITH_SCPONLY_RSYNC)
-BROKEN= The Rsync compatibility is broken
BUILD_DEPENDS+= rsync:${PORTSDIR}/net/rsync
RUN_DEPENDS+= ${BUILD_DEPENDS}
CONFIGURE_ARGS+=--enable-rsync-compat