From 23f107238cf47a5bbdfffcbec015a070363dd2ee Mon Sep 17 00:00:00 2001 From: jlam Date: Mon, 20 Aug 2001 02:22:41 +0000 Subject: Instead of a special INSTALL_TARGET setting, set the installation prefix via MAKE_FLAGS. --- converters/txt2man/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'converters/txt2man') diff --git a/converters/txt2man/Makefile b/converters/txt2man/Makefile index 5119eed33dc..423e8506b04 100644 --- a/converters/txt2man/Makefile +++ b/converters/txt2man/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/07/26 08:39:43 zuntum Exp $ +# $NetBSD: Makefile,v 1.3 2001/08/20 02:22:41 jlam Exp $ # DISTNAME= txt2man-1.4.2 @@ -11,6 +11,6 @@ COMMENT= txt2man converts flat ASCII text to man page format NO_BUILD= YES -INSTALL_TARGET= install prefix="${PREFIX}" +MAKE_FLAGS+= prefix="${PREFIX}" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3