diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 22:13:36 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 22:13:36 +0000 |
commit | 864a572d68305e9e2336cab0afd1932e6494247d (patch) | |
tree | f281522351cfd955fc5a71ab794ef6a4018ef43d /audio/mp3to | |
parent | c969c0937e2b438ef3309dc6571a4c64ddd88584 (diff) | |
download | pkgsrc-864a572d68305e9e2336cab0afd1932e6494247d.tar.gz |
REPLACE_SH in installed shell script.
Diffstat (limited to 'audio/mp3to')
-rw-r--r-- | audio/mp3to/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/mp3to/Makefile b/audio/mp3to/Makefile index 7e6cd37c84b..34a65981cd9 100644 --- a/audio/mp3to/Makefile +++ b/audio/mp3to/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/05/25 14:45:16 tron Exp $ +# $NetBSD: Makefile,v 1.12 2012/02/15 22:13:36 hans Exp $ DISTNAME= mp3to PKGNAME= ${DISTNAME}-1.0.1 @@ -18,6 +18,8 @@ DEPENDS+= sox>=12.17.1:../../audio/sox PKG_DESTDIR_SUPPORT= user-destdir +REPLACE_SH= mp3to + NO_BUILD= YES INSTALLATION_DIRS= bin |