aboutsummaryrefslogtreecommitdiff
path: root/security/fsh
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2004-12-06 16:05:19 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2004-12-06 16:05:19 +0000
commite3976bb7355898fa2e9f8dfa9efea0f2782bac42 (patch)
treec1a9c4919516979379d6dc6b36159c15a4d08e32 /security/fsh
parent8d62144f3758565bbc49675f104bcf21cff353ec (diff)
downloadports-e3976bb7355898fa2e9f8dfa9efea0f2782bac42.tar.gz
ports-e3976bb7355898fa2e9f8dfa9efea0f2782bac42.zip
Make it executable with python-2.4.
Submitted by: sf
Notes
Notes: svn path=/head/; revision=123319
Diffstat (limited to 'security/fsh')
-rw-r--r--security/fsh/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile
index b5415b59de4f..83de1597cf25 100644
--- a/security/fsh/Makefile
+++ b/security/fsh/Makefile
@@ -13,8 +13,11 @@ MASTER_SITES= http://www.lysator.liu.se/fsh/
MAINTAINER= sumikawa@FreeBSD.org
COMMENT= Fast remote command execution
-BUILD_DEPENDS= python:${PORTSDIR}/lang/python
-
+USE_PYTHON= yes
+USE_REINPLACE= yes
GNU_CONFIGURE= yes
+post-patch:
+ ${REINPLACE_CMD} -e '/^[^#]/s/FCNTL/fcntl/g' ${WRKSRC}/fshcompat.py
+
.include <bsd.port.mk>