summaryrefslogtreecommitdiff
path: root/audio/rio500
diff options
context:
space:
mode:
authorhans <hans>2012-02-15 22:41:19 +0000
committerhans <hans>2012-02-15 22:41:19 +0000
commitd16e906e3f5740c32acdea5f1a40c73a8ab48493 (patch)
tree0b4f17fddcf6a2e66ac42fff1ac22d88d8c81dbb /audio/rio500
parentf1f5a4ef2e74bbb98caa41695ce7135e6cb62e1c (diff)
downloadpkgsrc-d16e906e3f5740c32acdea5f1a40c73a8ab48493.tar.gz
REPLACE_SH in installed shell script.
Diffstat (limited to 'audio/rio500')
-rw-r--r--audio/rio500/Makefile4
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"