From 584227f6c617fb31c0693d3d7da18b83a3cd6d3a Mon Sep 17 00:00:00 2001 From: roberto Date: Tue, 19 Mar 2002 13:20:04 +0000 Subject: autoconf 2.53 appears to change the way variables are substituted, which breaks the install target of apr's makefile. this patch works around the problem. it's not entirely correct (it breaks some other parts of the makefile), but at least it makes the port work again. this also corrects an instance of 'apr-snapshot' (a previous name of the port) that we missed when this was first committed, and adds 2 files to the pkg-plist that i missed before. PR: ports/36068 Submitted by: Garrett Rooney (MAINTAINER) --- devel/apr/Makefile | 2 +- devel/apr/pkg-plist | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/apr') diff --git a/devel/apr/Makefile b/devel/apr/Makefile index ba2ecba26526..100b1d16805b 100644 --- a/devel/apr/Makefile +++ b/devel/apr/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: apr-snapshot +# New ports collection makefile for: apr-devel # Date created: 19 February 2002 # Whom: Garrett Rooney # diff --git a/devel/apr/pkg-plist b/devel/apr/pkg-plist index 9418cd25cb8c..04035ab092c4 100644 --- a/devel/apr/pkg-plist +++ b/devel/apr/pkg-plist @@ -54,6 +54,8 @@ include/apr_xml.h include/apu.h include/apu_compat.h lib/APRVARS +lib/apr.exp +lib/aprutil.exp lib/libapr.a lib/libapr.la lib/libapr.so -- cgit