From 05274a6fe8513d3a718db989b43de007826d1747 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 11 Jan 2000 11:31:18 +0000 Subject: Make this program work. + add -li386, and a check to make sure that root is running the program (for obvious reasons) + add a small shell script to find the lpt port easily Initialisation of flash RAM on the rio is slow, but upload works quite well and fast. Not yet tested with external flash media. --- audio/rio/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/rio/Makefile') diff --git a/audio/rio/Makefile b/audio/rio/Makefile index 56039d202b5..627d59d0f2f 100644 --- a/audio/rio/Makefile +++ b/audio/rio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/12/31 21:19:49 agc Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/11 11:31:18 agc Exp $ # DISTNAME= rio007 @@ -20,5 +20,7 @@ do-install: ${BSD_INSTALL_PROGRAM} ${WRKSRC}/rio ${PREFIX}/bin ${MKDIR} -p ${PREFIX}/share/rio ${BSD_INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/rio + ${SED} -e 's|@AWK@|${AWK}|g' ${FILESDIR}/find-lpt-port > ${PREFIX}/bin/find-lpt-port + ${CHMOD} 755 ${PREFIX}/bin/find-lpt-port .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3