diff options
Diffstat (limited to 'textproc/txt2man/Makefile')
-rw-r--r-- | textproc/txt2man/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile new file mode 100644 index 000000000000..a23de9848e0d --- /dev/null +++ b/textproc/txt2man/Makefile @@ -0,0 +1,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> |