pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/rscode Fix build with NO_MTREE.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a2c62fefa6ab
branches: trunk
changeset: 528008:a2c62fefa6ab
user: joerg <joerg%pkgsrc.org@localhost>
date: Wed Apr 18 18:09:36 2007 +0000
description:
Fix build with NO_MTREE.
diffstat:
devel/rscode/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r c476805949a9 -r a2c62fefa6ab devel/rscode/Makefile
--- a/devel/rscode/Makefile Wed Apr 18 17:07:13 2007 +0000
+++ b/devel/rscode/Makefile Wed Apr 18 18:09:36 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/04/15 21:39:52 agc Exp $
+# $NetBSD: Makefile,v 1.2 2007/04/18 18:09:36 joerg Exp $
#
DISTNAME= rscode-1.0
@@ -9,10 +9,11 @@
HOMEPAGE= http://rscode.sourceforge.net/
COMMENT= Reed Solomon error correction code library
+INSTALLATION_DIRS= bin lib share/doc/rscode
+
do-install:
${INSTALL_LIB} ${WRKSRC}/libecc.a ${PREFIX}/lib/
${INSTALL_PROGRAM} ${WRKSRC}/example ${PREFIX}/bin/rscode
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rscode
${INSTALL_DATA} ${WRKSRC}/rs.doc ${PREFIX}/share/doc/rscode/
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index