summaryrefslogtreecommitdiff
path: root/mail/exmh
diff options
context:
space:
mode:
authormarkd <markd>2006-10-19 07:52:34 +0000
committermarkd <markd>2006-10-19 07:52:34 +0000
commit2d54cb06fbcad78a2e3f50487b14a7276ea89c53 (patch)
treeb655a69b7bfa9e1dea204942de125645ef7b5adc /mail/exmh
parent5dedd2fd7f95c0d678ccbff87c0e37039dd38087 (diff)
downloadpkgsrc-2d54cb06fbcad78a2e3f50487b14a7276ea89c53.tar.gz
We are installing scripts, not programs.
Diffstat (limited to 'mail/exmh')
-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}; \