From 2d54cb06fbcad78a2e3f50487b14a7276ea89c53 Mon Sep 17 00:00:00 2001 From: markd Date: Thu, 19 Oct 2006 07:52:34 +0000 Subject: We are installing scripts, not programs. --- mail/exmh/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/exmh') 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}; \ -- cgit v1.2.3