diff options
author | hans <hans> | 2012-02-15 19:31:19 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-15 19:31:19 +0000 |
commit | ee652fcf9346ed3f2856c59dbdcc9f679fa052d9 (patch) | |
tree | 0630a66179a9fd4b86de77f76377e832a2190d51 /audio/akode | |
parent | ca57407c0044cb40c923e85a2a378ba0e03fb9a7 (diff) | |
download | pkgsrc-ee652fcf9346ed3f2856c59dbdcc9f679fa052d9.tar.gz |
REPLACE_SH on installed shell script.
Diffstat (limited to 'audio/akode')
-rw-r--r-- | audio/akode/Makefile | 4 |
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" |