diff options
author | hans <hans> | 2012-02-15 19:48:21 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-15 19:48:21 +0000 |
commit | dfa6d8d75bf02e75e99770bb7ae49aee24967f05 (patch) | |
tree | 06498084675f6c42adeb8cea23e9773b9fb76601 /audio | |
parent | 8d68904969eb9b391741e6a1afd8ed48386860ba (diff) | |
download | pkgsrc-dfa6d8d75bf02e75e99770bb7ae49aee24967f05.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 |