From 5bf1f77b411ab302db1130b08b3885632861035d Mon Sep 17 00:00:00 2001 From: obache Date: Sun, 3 Mar 2013 11:55:12 +0000 Subject: .so in PLIST are handled by framework, no need to take care here anymore. --- databases/db4/Makefile | 9 +-------- databases/db4/PLIST | 10 +++++----- 2 files changed, 6 insertions(+), 13 deletions(-) (limited to 'databases/db4') 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 -- cgit v1.2.3