diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-12-06 16:05:19 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2004-12-06 16:05:19 +0000 |
commit | e3976bb7355898fa2e9f8dfa9efea0f2782bac42 (patch) | |
tree | c1a9c4919516979379d6dc6b36159c15a4d08e32 /security | |
parent | 8d62144f3758565bbc49675f104bcf21cff353ec (diff) | |
download | ports-e3976bb7355898fa2e9f8dfa9efea0f2782bac42.tar.gz ports-e3976bb7355898fa2e9f8dfa9efea0f2782bac42.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/fsh/Makefile | 7 |
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> |