summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/exmh/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exmh/Makefile b/mail/exmh/Makefile
index c6e3f0df251..bb5be1bfaf7 100644
--- a/mail/exmh/Makefile
+++ b/mail/exmh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/10/13 14:41:39 dsainty Exp $
+# $NetBSD: Makefile,v 1.43 2006/10/19 07:52:34 markd Exp $
DISTNAME= exmh-2.6.3
PKGREVISION= 1
@@ -38,7 +38,7 @@ do-build:
do-install:
${INSTALL_MAN} ${WRKSRC}/exmh.l ${PREFIX}/man/man1/exmh.1
for binfile in exmh-async exmh-bg exmh ftp.expect; do \
- ${INSTALL_PROGRAM} ${WRKSRC}/$$binfile ${PREFIX}/bin; \
+ ${INSTALL_SCRIPT} ${WRKSRC}/$$binfile ${PREFIX}/bin; \
done
vers=`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`; \
${INSTALL_DATA_DIR} ${PREFIX}/lib/exmh-$${vers}; \