diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 19:50:12 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 19:50:12 +0000 |
commit | 13cdb43144cebd1152991598abaae866720f049a (patch) | |
tree | 11d4c8441e23d7a477c60218ee69ed0fde57997d /audio/arts | |
parent | 1e330331287ce1c6d168ea67b1b4d3ad37677eef (diff) | |
download | pkgsrc-13cdb43144cebd1152991598abaae866720f049a.tar.gz |
REPLACE_SH in installed shell scripts.
Diffstat (limited to 'audio/arts')
-rw-r--r-- | audio/arts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 1ffcc4bcbb0..3a195f11b83 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.79 2012/02/06 12:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.80 2012/02/15 19:50:12 hans Exp $ DISTNAME= arts-1.5.10 PKGREVISION= 6 @@ -10,6 +10,8 @@ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/kde3/Makefile.kde3" +REPLACE_SH+= artsc/artsc-config.in artsc/artsdsp.in + .include "../../mk/bsd.prefs.mk" .include "../../mk/compiler.mk" .if !empty(MACHINE_PLATFORM:MSunOS-5.1[0-9]-*) && \ |