From 469bee5a240550f92dd94166a42f3c62e254276c Mon Sep 17 00:00:00 2001 From: zuntum Date: Fri, 30 Mar 2001 13:49:23 +0000 Subject: Remove redundant input redirection for SED --- x11/tkman/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/tkman') diff --git a/x11/tkman/Makefile b/x11/tkman/Makefile index d1e46263009..0ff87719b0d 100644 --- a/x11/tkman/Makefile +++ b/x11/tkman/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2001/03/20 00:07:36 fredb Exp $ +# $NetBSD: Makefile,v 1.28 2001/03/30 13:49:23 zuntum Exp $ # FreeBSD Id: Makefile,v 1.28 1997/12/08 15:51:20 tg Exp # @@ -24,7 +24,7 @@ post-install: ${SED} -e 's|@@LOCALBASE@@|${LOCALBASE}|' \ -e 's|@@PREFIX@@|${PREFIX}|' \ -e 's|@@X11BASE@@|${X11BASE}|' \ - < ${FILESDIR}/mkindex > ${WRKDIR}/mkindex + ${FILESDIR}/mkindex > ${WRKDIR}/mkindex ${INSTALL_SCRIPT} ${WRKDIR}/mkindex ${PREFIX}/libexec .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3