Wed Feb 15 19:31:20 2012 UTC ()
REPLACE_SH on installed shell script.


(hans)
diff -r1.5 -r1.6 pkgsrc/audio/akode/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/audio/akode/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/akode/Attic/Makefile 2011/11/22 10:54:15 1.5
+++ pkgsrc/audio/akode/Attic/Makefile 2012/02/15 19:31:19 1.6
@@ -1,16 +1,18 @@ @@ -1,16 +1,18 @@
1# $NetBSD: Makefile,v 1.5 2011/11/22 10:54:15 marino Exp $ 1# $NetBSD: Makefile,v 1.6 2012/02/15 19:31:19 hans Exp $
2# 2#
3 3
4PKGNAME= akode-2.0.2 4PKGNAME= akode-2.0.2
5PKGREVISION= 3 5PKGREVISION= 3
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Simple audio decoding framework (base package) 8COMMENT= Simple audio decoding framework (base package)
9LICENSE= gnu-lgpl-v2 9LICENSE= gnu-lgpl-v2
10 10
11.include "../../audio/akode/Makefile.common" 11.include "../../audio/akode/Makefile.common"
12 12
13PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
14 14
 15REPLACE_SH= akode/akode-config.in
 16
15.include "../../devel/libltdl/buildlink3.mk" 17.include "../../devel/libltdl/buildlink3.mk"
16.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"