diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 22:41:19 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 22:41:19 +0000 |
commit | 5246af425d809a113f512b7c0e97cfd97087c5b9 (patch) | |
tree | 0b4f17fddcf6a2e66ac42fff1ac22d88d8c81dbb | |
parent | 40463f4a3a6b62c3c40ea108a741cef467389e61 (diff) | |
download | pkgsrc-5246af425d809a113f512b7c0e97cfd97087c5b9.tar.gz |
REPLACE_SH in installed shell script.
-rw-r--r-- | audio/rio500/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index 65a5704bf30..42fc279ef90 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2008/06/20 01:09:07 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2012/02/15 22:41:19 hans Exp $ # DISTNAME= rio500-0.7 @@ -20,5 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-devicepath=/dev CONFIGURE_ARGS+= --with-deviceentry=urio0 +REPLACE_SH= scripts/rio_add_directory + .include "../../devel/glib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |