From d051c55203ed868052722105ea2dfa07039ac71c Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 14 Jun 2001 10:02:50 +0000 Subject: use the clearer way to install the program to ${PREFIX} Submitted by: Tomasz Luchowski --- textproc/txt2man/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'textproc/txt2man') diff --git a/textproc/txt2man/Makefile b/textproc/txt2man/Makefile index a23de9848e0d..3302ce30135c 100644 --- a/textproc/txt2man/Makefile +++ b/textproc/txt2man/Makefile @@ -14,10 +14,8 @@ MASTER_SITES= http://mvertes.free.fr/download/ MAINTAINER= ijliao@FreeBSD.org ALL_TARGET= txt2man.1 +INSTALL_TARGET= install prefix=${PREFIX} MAN1= txt2man.1 -post-patch: - @${PERL} -pi -e "s,/usr/local,${PREFIX},g" ${WRKSRC}/Makefile - .include -- cgit v1.2.3