diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 19:48:21 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 19:48:21 +0000 |
commit | 1e330331287ce1c6d168ea67b1b4d3ad37677eef (patch) | |
tree | 06498084675f6c42adeb8cea23e9773b9fb76601 /audio | |
parent | 2008c879872220007bcff6b305ab01a7ad234267 (diff) | |
download | pkgsrc-1e330331287ce1c6d168ea67b1b4d3ad37677eef.tar.gz |
REPLACE_SH in installed shell script.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ampache/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/ampache/Makefile b/audio/ampache/Makefile index 8646ac38301..412f2b5b76c 100644 --- a/audio/ampache/Makefile +++ b/audio/ampache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2012/01/11 14:50:44 hans Exp $ +# $NetBSD: Makefile,v 1.7 2012/02/15 19:48:21 hans Exp $ # DISTNAME= ampache-3.5.3 @@ -40,6 +40,8 @@ CONF_FILES= ${EGDIR}/ampache.conf \ PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS+= ${EGDIR} +REPLACE_SH= locale/base/gather-messages.sh + post-extract: ${CP} ${FILESDIR}/ampache.conf ${WRKSRC}/ampache.conf |