From 53305a53efa8d924dd3d4f72b161e070053a3ddc Mon Sep 17 00:00:00 2001 From: Dima Ruban Date: Mon, 27 Jul 1998 22:45:10 +0000 Subject: Minor change to make it work with other awk versions (The one that OpenBSD has for example) --- security/krb5-16/Makefile | 4 ++-- security/krb5-17/Makefile | 4 ++-- security/krb5-appl/Makefile | 4 ++-- security/krb5/Makefile | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'security') diff --git a/security/krb5-16/Makefile b/security/krb5-16/Makefile index 360f40add232..48c5022e8835 100644 --- a/security/krb5-16/Makefile +++ b/security/krb5-16/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.1.1.1 1998/07/06 02:28:39 nectar Exp $ +# $Id: Makefile,v 1.2 1998/07/06 23:35:59 nectar Exp $ # DISTNAME= krb5-1.0.5 @@ -66,7 +66,7 @@ MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ WRKSRC= ${WRKDIR}/${DISTNAME}/src RECONF_COOKIE= ${WRKDIR}/.reconf_done README_KRB5= README.KRB5-1.0.5 -AWK_SCRIPT= '(/1) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' +AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc diff --git a/security/krb5-17/Makefile b/security/krb5-17/Makefile index 360f40add232..48c5022e8835 100644 --- a/security/krb5-17/Makefile +++ b/security/krb5-17/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.1.1.1 1998/07/06 02:28:39 nectar Exp $ +# $Id: Makefile,v 1.2 1998/07/06 23:35:59 nectar Exp $ # DISTNAME= krb5-1.0.5 @@ -66,7 +66,7 @@ MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ WRKSRC= ${WRKDIR}/${DISTNAME}/src RECONF_COOKIE= ${WRKDIR}/.reconf_done README_KRB5= README.KRB5-1.0.5 -AWK_SCRIPT= '(/1) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' +AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc diff --git a/security/krb5-appl/Makefile b/security/krb5-appl/Makefile index 360f40add232..48c5022e8835 100644 --- a/security/krb5-appl/Makefile +++ b/security/krb5-appl/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.1.1.1 1998/07/06 02:28:39 nectar Exp $ +# $Id: Makefile,v 1.2 1998/07/06 23:35:59 nectar Exp $ # DISTNAME= krb5-1.0.5 @@ -66,7 +66,7 @@ MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ WRKSRC= ${WRKDIR}/${DISTNAME}/src RECONF_COOKIE= ${WRKDIR}/.reconf_done README_KRB5= README.KRB5-1.0.5 -AWK_SCRIPT= '(/1) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' +AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc diff --git a/security/krb5/Makefile b/security/krb5/Makefile index 360f40add232..48c5022e8835 100644 --- a/security/krb5/Makefile +++ b/security/krb5/Makefile @@ -3,7 +3,7 @@ # Date created: 6/5/1998 # Whom: n@nectar.com # -# $Id: Makefile,v 1.1.1.1 1998/07/06 02:28:39 nectar Exp $ +# $Id: Makefile,v 1.2 1998/07/06 23:35:59 nectar Exp $ # DISTNAME= krb5-1.0.5 @@ -66,7 +66,7 @@ MAN8= krb5kdc.8 kadmin.8 kadmin.local.8 kdb5_util.8 \ WRKSRC= ${WRKDIR}/${DISTNAME}/src RECONF_COOKIE= ${WRKDIR}/.reconf_done README_KRB5= README.KRB5-1.0.5 -AWK_SCRIPT= '(/1) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' +AWK_SCRIPT= '(/1\) Change into the directory/) { if (match($$0, "dist/[0-9]+")) print substr($$0, RSTART, RLENGTH) }' WANT_HTML?= YES HTML_DOC_DIR= ${WRKDIR}/${DISTNAME}/doc -- cgit v1.2.3