pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/nail Fixed typo introduced by mechanical DESTDIR ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0bd4c7ed98eb
branches: trunk
changeset: 540120:0bd4c7ed98eb
user: obache <obache%pkgsrc.org@localhost>
date: Fri Mar 28 12:06:10 2008 +0000
description:
Fixed typo introduced by mechanical DESTDIR support.
Noticed by Aleksey Cheusov in PR 38322.
diffstat:
mail/nail/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 82d8d8675d1d -r 0bd4c7ed98eb mail/nail/Makefile
--- a/mail/nail/Makefile Fri Mar 28 09:01:30 2008 +0000
+++ b/mail/nail/Makefile Fri Mar 28 12:06:10 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2008/03/04 17:57:19 jlam Exp $
+# $NetBSD: Makefile,v 1.38 2008/03/28 12:06:10 obache Exp $
DISTNAME= nail-11.25
PKGREVISION= 1
@@ -34,7 +34,7 @@
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nail $${DESTDIR}{PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/nail ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nail.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
${INSTALL_DATA} ${WRKSRC}/nail.rc ${DESTDIR}${EGDIR}
Home |
Main Index |
Thread Index |
Old Index