aboutsummaryrefslogtreecommitdiff
path: root/security/fsh/Makefile
blob: 83de1597cf257ebae651a6c6e8e9a7705f5f0af6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:	fsh
# Date created:				Thu Jan 24 03:37:54 JST 2002
# Whom:					sumikawa
#
# $FreeBSD$

PORTNAME=	fsh
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.lysator.liu.se/fsh/

MAINTAINER=	sumikawa@FreeBSD.org
COMMENT=	Fast remote command execution

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>