diff options
author | perky <perky@FreeBSD.org> | 2003-01-08 19:29:55 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-01-08 19:29:55 +0800 |
commit | bc7a12db9d8af1c824af6e3f9ad0fd0ced49b295 (patch) | |
tree | ced09b0c727dcf24cb64e7d823727cf33878991e /www/apache22/pkg-plist | |
parent | ec5f9e159f203f7677bc8336e844486495e5a765 (diff) | |
download | freebsd-ports-gnome-bc7a12db9d8af1c824af6e3f9ad0fd0ced49b295.tar.gz freebsd-ports-gnome-bc7a12db9d8af1c824af6e3f9ad0fd0ced49b295.tar.zst freebsd-ports-gnome-bc7a12db9d8af1c824af6e3f9ad0fd0ced49b295.zip |
Move bin/ap[ru]-config to lib/apache2/ to coexist with devel/apr-devel
Bumped PORTREVISION accordingly.
PR: ports/39091
Submitted by: Marc Recht <marc@informatik.uni-bremen.de>
Diffstat (limited to 'www/apache22/pkg-plist')
-rw-r--r-- | www/apache22/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache22/pkg-plist b/www/apache22/pkg-plist index b6aa9376f3c6..ec4f439a4d65 100644 --- a/www/apache22/pkg-plist +++ b/www/apache22/pkg-plist @@ -1,5 +1,3 @@ -bin/apr-config -bin/apu-config @unexec if cmp -s %D/etc/apache2/highperformance.conf %D/etc/apache2/highperformance-std.conf; then rm -f %D/etc/apache2/highperformance.conf; fi etc/apache2/highperformance-std.conf @exec [ -f %B/highperformance.conf ] || cp %B/%f %B/highperformance.conf @@ -125,8 +123,10 @@ include/apache2/util_md5.h include/apache2/util_script.h include/apache2/util_time.h include/apache2/util_xml.h +lib/apache2/apr-config lib/apache2/apr.exp lib/apache2/aprutil.exp +lib/apache2/apu-config lib/apache2/libapr.a lib/apache2/libapr.la lib/apache2/libapr.so |