summaryrefslogtreecommitdiff
path: root/x11/tkman
diff options
context:
space:
mode:
Diffstat (limited to 'x11/tkman')
-rw-r--r--x11/tkman/Makefile4
1 files changed, 2 insertions, 2 deletions
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"