From 6fce0756b65f1e39569da3859765bac4524ee89d Mon Sep 17 00:00:00 2001 From: vanilla Date: Thu, 19 May 2005 22:21:39 +0000 Subject: 1: fix pkg-plist. 2: use USE_LIBTOOL_VER instead HAS_CONFIGURE & GNU_CONFIGURE. Obtained from: kris@ --- misc/libhome/Makefile | 7 ++----- misc/libhome/pkg-plist | 3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'misc') diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index 1490d3d..f7ead6f 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -22,7 +22,8 @@ OPTIONS+= PAM "Support for PAM (Experimental)" off OPTIONS+= PROXY "Support for Proxy Driver (Experimental)" off OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off -HAS_CONFIGURE= yes +USE_LIBTOOL_VER= 15 +USE_GNOME= gnometarget INSTALLS_SHLIB= yes .include @@ -78,10 +79,6 @@ USE_PGSQL= YES CONFIGURE_ARGS+= --without-pgsql .endif -GNU_CONFIGURE= YES -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger - MAN5= home.conf.5 post-install: diff --git a/misc/libhome/pkg-plist b/misc/libhome/pkg-plist index 183f615..e66e9c5 100644 --- a/misc/libhome/pkg-plist +++ b/misc/libhome/pkg-plist @@ -8,7 +8,10 @@ include/home/hpwd.h include/home/pwd.h @dirrm include/home lib/libhome.a +lib/libhome.la lib/libhome.so lib/libhome.so.1 +lib/libhome-preload.a +lib/libhome-preload.la lib/libhome-preload.so lib/libhome-preload.so.1 -- cgit v1.1