pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/exmh We are installing scripts, not programs.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5ea3f9f40b37
branches: trunk
changeset: 520322:5ea3f9f40b37
user: markd <markd%pkgsrc.org@localhost>
date: Thu Oct 19 07:52:34 2006 +0000
description:
We are installing scripts, not programs.
diffstat:
mail/exmh/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 004741b1c56e -r 5ea3f9f40b37 mail/exmh/Makefile
--- a/mail/exmh/Makefile Thu Oct 19 07:47:18 2006 +0000
+++ b/mail/exmh/Makefile Thu Oct 19 07:52:34 2006 +0000
@@ -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-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}; \
Home |
Main Index |
Thread Index |
Old Index