diff options
author | wiz <wiz@pkgsrc.org> | 2018-08-20 06:01:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-08-20 06:01:25 +0000 |
commit | 8c0e1f07356e56caa5b73b72ebb7435e5db57f90 (patch) | |
tree | 2ea8a04132512982bc45e2869f4ef0921917b265 /security | |
parent | 4f5c40d2eb9268b47e65b9980643c4dd32577122 (diff) | |
download | pkgsrc-8c0e1f07356e56caa5b73b72ebb7435e5db57f90.tar.gz |
gnutls: Fix path to bash in installed files.
Bump PKGREVISION.
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index cea8274d41b..56b8decde16 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.186 2018/08/19 09:16:01 wiz Exp $ +# $NetBSD: Makefile,v 1.187 2018/08/20 06:01:25 wiz Exp $ DISTNAME= gnutls-3.6.3 +PKGREVISION= 1 CATEGORIES= security devel MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.6/ EXTRACT_SUFX= .tar.xz @@ -13,7 +14,7 @@ LICENSE= gnu-gpl-v3 AND gnu-lgpl-v2.1 USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake gsed perl pkg-config bash:build +USE_TOOLS+= gmake gsed perl pkg-config bash GNU_CONFIGURE= yes # this library duplicates (and conflicts with) openssl CONFIGURE_ARGS+= --disable-openssl-compatibility @@ -56,6 +57,12 @@ PKGCONFIG_OVERRIDE+= libdane/gnutls-dane.pc.in MAKE_ENV+= RM=${RM:Q} MAKE_ENV+= TZ=UTC +SUBST_CLASSES+= shell +SUBST_SED.shell+= -e 's,define POSIX_SHELL .*,define POSIX_SHELL "'${TOOLS_PATH.bash}'",' +SUBST_STAGE.shell= post-configure +SUBST_FILES.shell+= config.h +SUBST_MESSAGE.shell= Fixing path to bash. + EGDIR= ${PREFIX}/share/examples/gnutls INSTALLATION_DIRS= ${EGDIR} include/gnutls |