summaryrefslogtreecommitdiff
path: root/textproc/txt2man
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-14 10:02:50 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-06-14 10:02:50 +0000
commitd051c55203ed868052722105ea2dfa07039ac71c (patch)
tree28c280415940473c12fa1f34d623cf2828df29a0 /textproc/txt2man
parentUpgrade to 3.23.39. (diff)
use the clearer way to install the program to ${PREFIX}
Submitted by: Tomasz Luchowski <zuntum@netbsd.org>
Notes
Notes: svn path=/head/; revision=43981
Diffstat (limited to 'textproc/txt2man')
-rw-r--r--textproc/txt2man/Makefile4
1 files changed, 1 insertions, 3 deletions
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 <bsd.port.mk>