diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 23:07:02 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 23:07:02 +0000 |
commit | 373639f6a2460e7707fd46083c0e711d292bcb01 (patch) | |
tree | c2ea13b1ea45e6dc2e708edcce1dfd9d6e24cac9 /audio/tunapie | |
parent | 783f3c97fc1260218a6f8463a89b22df6b4195cd (diff) | |
download | pkgsrc-373639f6a2460e7707fd46083c0e711d292bcb01.tar.gz |
REPLACE_SH in installed shell script.
Diffstat (limited to 'audio/tunapie')
-rw-r--r-- | audio/tunapie/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile index 528f9b8c841..74c192ad88c 100644 --- a/audio/tunapie/Makefile +++ b/audio/tunapie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/09/18 11:58:48 obache Exp $ +# $NetBSD: Makefile,v 1.14 2012/02/15 23:07:02 hans Exp $ # DISTNAME= tunapie-2.1.18 @@ -30,6 +30,7 @@ SUBST_SED.sysconfdir= -e 's|/etc|${PKG_SYSCONFDIR}|g' INSTALLATION_DIRS= bin share/applications share/pixmaps share/tunapie INSTALLATION_DIRS+= ${PKGMANDIR}/man1 +REPLACE_SH= tunapie # Refer ${WRKSRC}/install.sh for build&install. do-build: |