summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2012-02-15 19:31:19 +0000
committerhans <hans@pkgsrc.org>2012-02-15 19:31:19 +0000
commit41dc087133f2db79b9a51e136b961a81e62d797d (patch)
tree0630a66179a9fd4b86de77f76377e832a2190d51
parentad677fd1cd37e89e034ddc3b004058739da0c23a (diff)
downloadpkgsrc-41dc087133f2db79b9a51e136b961a81e62d797d.tar.gz
REPLACE_SH on installed shell script.
-rw-r--r--audio/akode/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/akode/Makefile b/audio/akode/Makefile
index 5dc404ad247..88814d519cf 100644
--- a/audio/akode/Makefile
+++ b/audio/akode/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2011/11/22 10:54:15 marino Exp $
+# $NetBSD: Makefile,v 1.6 2012/02/15 19:31:19 hans Exp $
#
PKGNAME= akode-2.0.2
@@ -12,5 +12,7 @@ LICENSE= gnu-lgpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
+REPLACE_SH= akode/akode-config.in
+
.include "../../devel/libltdl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"