diff options
author | dima <dima@FreeBSD.org> | 1998-07-28 06:45:10 +0800 |
---|---|---|
committer | dima <dima@FreeBSD.org> | 1998-07-28 06:45:10 +0800 |
commit | 7836a4102623d9d92425926490542d3cf33bd656 (patch) | |
tree | ba87a218742e2714bfd4b04f9d9fe90c7711ab64 /security | |
parent | 9af0132d19608eec67cd826fb9ea321710310a1e (diff) | |
download | freebsd-ports-gnome-7836a4102623d9d92425926490542d3cf33bd656.tar.gz freebsd-ports-gnome-7836a4102623d9d92425926490542d3cf33bd656.tar.zst freebsd-ports-gnome-7836a4102623d9d92425926490542d3cf33bd656.zip |
Minor change to make it work with other awk versions (The one that OpenBSD
has for example)
Diffstat (limited to 'security')
-rw-r--r-- | security/krb5-16/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-17/Makefile | 4 | ||||
-rw-r--r-- | security/krb5-appl/Makefile | 4 | ||||
-rw-r--r-- | security/krb5/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
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 |