summaryrefslogtreecommitdiff
path: root/textproc/txt2man/Makefile
blob: a23de9848e0d87daaf3785a252d6b7f476dd3646 (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
# ex:ts=8
# New ports collection makefile for:	txt2man
# Date created:			Jun 14, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	txt2man
PORTVERSION=	1.4.1
CATEGORIES=	textproc
MASTER_SITES=	http://mvertes.free.fr/download/

MAINTAINER=	ijliao@FreeBSD.org

ALL_TARGET=	txt2man.1

MAN1=	txt2man.1

post-patch:
	@${PERL} -pi -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile

.include <bsd.port.mk>