pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/cilk This package uses INFO_FILES, so install it to
details: https://anonhg.NetBSD.org/pkgsrc/rev/6bda7439e9c4
branches: trunk
changeset: 474671:6bda7439e9c4
user: reed <reed%pkgsrc.org@localhost>
date: Mon May 03 21:41:36 2004 +0000
description:
This package uses INFO_FILES, so install it to
${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.
diffstat:
lang/cilk/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 834238749590 -r 6bda7439e9c4 lang/cilk/Makefile
--- a/lang/cilk/Makefile Mon May 03 21:39:18 2004 +0000
+++ b/lang/cilk/Makefile Mon May 03 21:41:36 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/04/28 05:06:28 snj Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/03 21:41:36 reed Exp $
DISTNAME= cilk-5.3.1
PKGREVISION= 2
@@ -31,7 +31,7 @@
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cilk
cd ${WRKSRC}/examples && ${INSTALL_DATA} *.cilk *.c *.input \
${PREFIX}/share/examples/cilk
- ${INSTALL_DATA} ${WRKSRC}/FAQ/cilk-faq.info ${PREFIX}/info
+ ${INSTALL_DATA} ${WRKSRC}/FAQ/cilk-faq.info ${PREFIX}/${INFO_DIR}
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index