REPLACE_SH in installed shell script.
This commit is contained in:
parent
68514ff02b
commit
d4e306ac16
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/02/15 15:39:08 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2012/02/15 23:00:31 hans Exp $
|
||||
#
|
||||
|
||||
DISTNAME= taglib-extras-1.0.1
|
||||
|
@ -16,6 +16,7 @@ USE_LANGUAGES= c c++
|
|||
USE_CMAKE= yes
|
||||
|
||||
PKGCONFIG_OVERRIDE= taglib-extras.pc.cmake
|
||||
REPLACE_SH= taglib-extras-config.cmake
|
||||
|
||||
SUBST_CLASSES+= rpath
|
||||
SUBST_FILES.rpath= taglib-extras-config.cmake
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.24 2011/06/03 00:48:57 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2012/02/15 22:59:13 hans Exp $
|
||||
#
|
||||
|
||||
DISTNAME= taglib-1.7
|
||||
|
@ -20,6 +20,7 @@ CMAKE_ARGS= -DWITH_MP4=ON -DWITH_ASF=ON
|
|||
USE_LIBTOOL= YES
|
||||
|
||||
PKGCONFIG_OVERRIDE= bindings/c/taglib_c.pc.cmake taglib.pc.cmake
|
||||
REPLACE_SH= taglib-config.cmake
|
||||
|
||||
SUBST_CLASSES+= pc
|
||||
SUBST_FILES.pc= taglib-config.cmake
|
||||
|
|
Loading…
Reference in a new issue