From 7836a4102623d9d92425926490542d3cf33bd656 Mon Sep 17 00:00:00 2001 From: dima 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-appl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/krb5-appl') 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 -- cgit