diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 19:19:27 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 19:19:27 +0000 |
commit | 2e009a82948ee73af61163ebd2d9455eddc1e9c8 (patch) | |
tree | 3194ead84c0919bca049b626e50442da5cd6d426 /archivers | |
parent | a9e6aea2e5ecb0009e9604ff47e2f98c337da89d (diff) | |
download | pkgsrc-2e009a82948ee73af61163ebd2d9455eddc1e9c8.tar.gz |
REPLACE_SH in installed shell script.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libcomprex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/libcomprex/Makefile b/archivers/libcomprex/Makefile index a2d854caab8..4c9591f3940 100644 --- a/archivers/libcomprex/Makefile +++ b/archivers/libcomprex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2011/04/22 13:42:10 obache Exp $ +# $NetBSD: Makefile,v 1.25 2012/02/15 19:19:27 hans Exp $ DISTNAME= libcomprex-0.3.3 PKGREVISION= 5 @@ -19,6 +19,7 @@ PKGCONFIG_OVERRIDE= libcomprex.pc.in GNU_CONFIGURE= yes BROKEN_GETTEXT_DETECTION= yes CONFIGURE_ENV+= ac_cv_lib_curl_curl_formparse=yes +REPLACE_SH= comprex-config.in .include "../../archivers/bzip2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |