diff options
author | markd <markd@pkgsrc.org> | 2006-10-19 07:52:34 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-10-19 07:52:34 +0000 |
commit | c566d23f21dbb266d6e11a42ddcd6fcb831d15f6 (patch) | |
tree | b655a69b7bfa9e1dea204942de125645ef7b5adc /mail/exmh | |
parent | d6222e5f72711a19a37de63d23033d6e2a5b2204 (diff) | |
download | pkgsrc-c566d23f21dbb266d6e11a42ddcd6fcb831d15f6.tar.gz |
We are installing scripts, not programs.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/Makefile | 4 |
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}; \ |