pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/nmh basename -> ${BASENAME}, from Soren Jacobsen ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e21cc3598aae
branches: trunk
changeset: 463661:e21cc3598aae
user: salo <salo%pkgsrc.org@localhost>
date: Sun Nov 23 07:18:15 2003 +0000
description:
basename -> ${BASENAME}, from Soren Jacobsen via PR pkg/23541.
diffstat:
mail/nmh/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 1a1f3f683ffe -r e21cc3598aae mail/nmh/Makefile
--- a/mail/nmh/Makefile Sun Nov 23 07:16:39 2003 +0000
+++ b/mail/nmh/Makefile Sun Nov 23 07:18:15 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2003/07/26 18:25:06 salo Exp $
+# $NetBSD: Makefile,v 1.53 2003/11/23 07:18:15 salo Exp $
# FreeBSD Id: Makefile,v 1.2 1997/08/04 06:51:28 markm Exp
#
@@ -73,7 +73,7 @@
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/${DOCDIR}
for f in `${GREP} '^${DOCDIR}/' ${PKGDIR}/PLIST`; do \
- ${INSTALL_DATA} ${WRKSRC}/`basename $$f` ${PREFIX}/${DOCDIR}; \
+ ${INSTALL_DATA} ${WRKSRC}/`${BASENAME} $$f` ${PREFIX}/${DOCDIR}; \
done
${INSTALL_DATA} ${FILESDIR}/mhn.defaults.dist ${PREFIX}/etc/nmh
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
Home |
Main Index |
Thread Index |
Old Index