diff options
author | Ollivier Robert <roberto@FreeBSD.org> | 2002-03-19 13:20:04 +0000 |
---|---|---|
committer | Ollivier Robert <roberto@FreeBSD.org> | 2002-03-19 13:20:04 +0000 |
commit | 882da1442453ecfcfc2acdb2e513d1a33a72fa3f (patch) | |
tree | 51f12114cbac22ec6b617db2d1aabb86c2886000 /devel/apr0 | |
parent | 47828d0fce172b8afae396ba1cbcf459e396ef95 (diff) | |
download | ports-882da1442453ecfcfc2acdb2e513d1a33a72fa3f.tar.gz ports-882da1442453ecfcfc2acdb2e513d1a33a72fa3f.zip |
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 <rooneg@electricjellyfish.net> (MAINTAINER)
Notes
Notes:
svn path=/head/; revision=56334
Diffstat (limited to 'devel/apr0')
-rw-r--r-- | devel/apr0/Makefile | 2 | ||||
-rw-r--r-- | devel/apr0/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/apr0/Makefile b/devel/apr0/Makefile index ba2ecba26526..100b1d16805b 100644 --- a/devel/apr0/Makefile +++ b/devel/apr0/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 <rooneg@electricjellyfish.net> # diff --git a/devel/apr0/pkg-plist b/devel/apr0/pkg-plist index 9418cd25cb8c..04035ab092c4 100644 --- a/devel/apr0/pkg-plist +++ b/devel/apr0/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 |