mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
11c1c91707
Modified PLIST to make empty directories which are installed by the port. These empty directories are also removed in PLIST. Tested install/deinstall and pkg_add/pkg_delete. mail/mew/Makefile should be updated to reflect this change. PR: 14329 Requested by: the maintainer
12 lines
439 B
Plaintext
12 lines
439 B
Plaintext
--- configure~ Fri Oct 8 15:34:48 1999
|
|
+++ configure Fri Oct 8 15:36:43 1999
|
|
@@ -11108,7 +11108,7 @@
|
|
if test "$with_database_berkdb" != "no"; then
|
|
echo $ac_n "checking for Berkeley db.h""... $ac_c" 1>&6
|
|
echo "configure:11111: checking for Berkeley db.h" >&5
|
|
- for path in "db/db.h" "db.h"; do
|
|
+ for path in "/usr/include/db.h" "db/db.h" "db.h"; do
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 11114 "configure"
|
|
#include "confdefs.h"
|