diff options
author | obache <obache@pkgsrc.org> | 2013-03-03 11:55:12 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-03-03 11:55:12 +0000 |
commit | e1b4e96c6b233339655b0dfc6707b6473ab2fcae (patch) | |
tree | 21173cf1f9e9dad96782bd490aa6610f033b2cb2 /databases/db4 | |
parent | 1fe311e6da74bee2b11acdaf6e70f4451d875ffe (diff) | |
download | pkgsrc-e1b4e96c6b233339655b0dfc6707b6473ab2fcae.tar.gz |
.so in PLIST are handled by framework, no need to take care here anymore.
Diffstat (limited to 'databases/db4')
-rw-r--r-- | databases/db4/Makefile | 9 | ||||
-rw-r--r-- | databases/db4/PLIST | 10 |
2 files changed, 6 insertions, 13 deletions
diff --git a/databases/db4/Makefile b/databases/db4/Makefile index 7f874a1e2e3..7aa5a029b32 100644 --- a/databases/db4/Makefile +++ b/databases/db4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2013/03/01 16:10:23 jperkin Exp $ +# $NetBSD: Makefile,v 1.66 2013/03/03 11:55:12 obache Exp $ # # NOTE: # When updating this package, a change in the minor (4.n -> 4.(n+1)) @@ -37,13 +37,6 @@ OPSYSVARS+= LIBSO_LIBS LIBSO_LIBS.SunOS+= -lnsl -lrt CONFIGURE_ENV+= LIBSO_LIBS=${LIBSO_LIBS:Q} -.include "../../mk/bsd.prefs.mk" - -PLIST_VARS+= norm_so -.if ${OPSYS} != "Cygwin" -PLIST.norm_so= yes -.endif - .include "options.mk" # DB4 only want pthreads because it's really after POSIX 1003.1 diff --git a/databases/db4/PLIST b/databases/db4/PLIST index 538aec47ec8..97d4e0af49b 100644 --- a/databases/db4/PLIST +++ b/databases/db4/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2013/03/01 16:10:23 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.18 2013/03/03 11:55:12 obache Exp $ bin/db4_archive bin/db4_checkpoint bin/db4_deadlock @@ -15,10 +15,10 @@ include/db4/db.h include/db4/db_185.h include/db4/db_cxx.h lib/libdb4-4.8.la -${PLIST.norm_so}lib/libdb4-4.so +lib/libdb4-4.so lib/libdb4.a -${PLIST.norm_so}lib/libdb4.so +lib/libdb4.so lib/libdb4_cxx-4.8.la -${PLIST.norm_so}lib/libdb4_cxx-4.so +lib/libdb4_cxx-4.so lib/libdb4_cxx.a -${PLIST.norm_so}lib/libdb4_cxx.so +lib/libdb4_cxx.so |