diff options
author | agc <agc> | 1997-11-19 14:53:34 +0000 |
---|---|---|
committer | agc <agc> | 1997-11-19 14:53:34 +0000 |
commit | 0cc2a19e8d0def993490e181304b36ab4f7e9434 (patch) | |
tree | e2b9ce3360449e0c0f2941c3bf5cc61b290ca939 /mail/exmh | |
parent | a9e069c45d544cf06bbf285c59080456dcfff4ff (diff) | |
download | pkgsrc-0cc2a19e8d0def993490e181304b36ab4f7e9434.tar.gz |
Add NetBSD RCS Id.
Only install the app defaults files which we want - miss out the
app-defaults.orig file left over by patch.
Diffstat (limited to 'mail/exmh')
-rw-r--r-- | mail/exmh/scripts/install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exmh/scripts/install b/mail/exmh/scripts/install index 9d99ff1b438..609bf179d94 100644 --- a/mail/exmh/scripts/install +++ b/mail/exmh/scripts/install @@ -1,5 +1,6 @@ #! /bin/sh # +# $NetBSD: install,v 1.2 1997/11/19 14:53:34 agc Exp $ # FreeBSD Id: install,v 1.2 1996/12/31 21:27:03 peter Exp # @@ -23,7 +24,7 @@ then mkdir ${PREFIX}/lib/exmh-${VERSION} fi -LIBFILES='lib/*.tcl lib/*.bitmap lib/help.* lib/tclIndex lib/app-defaults* lib/*.mask lib/*.exp lib/mime.types lib/*.au' +LIBFILES='lib/*.tcl lib/*.bitmap lib/help.* lib/tclIndex lib/app-defaults lib/app-defaults-* lib/*.mask lib/*.exp lib/mime.types lib/*.au' echo "install -c -o bin -g bin -m 444 ${LIBFILES} ${PREFIX}/lib/exmh-${VERSION}" install -c -o bin -g bin -m 444 ${LIBFILES} ${PREFIX}/lib/exmh-${VERSION} |