diff options
author | vanilla <vanilla@FreeBSD.org> | 2005-05-20 06:21:39 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2005-05-20 06:21:39 +0800 |
commit | 6fce0756b65f1e39569da3859765bac4524ee89d (patch) | |
tree | 53be8c89938f2b23d9ccd17264f72f9822834761 /misc/libhome | |
parent | 02512b0618d524a7e2abbbaec9b0c4155a165293 (diff) | |
download | freebsd-ports-gnome-6fce0756b65f1e39569da3859765bac4524ee89d.tar.gz freebsd-ports-gnome-6fce0756b65f1e39569da3859765bac4524ee89d.tar.zst freebsd-ports-gnome-6fce0756b65f1e39569da3859765bac4524ee89d.zip |
1: fix pkg-plist.
2: use USE_LIBTOOL_VER instead HAS_CONFIGURE & GNU_CONFIGURE.
Obtained from: kris@
Diffstat (limited to 'misc/libhome')
-rw-r--r-- | misc/libhome/Makefile | 7 | ||||
-rw-r--r-- | misc/libhome/pkg-plist | 3 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index 1490d3d0a776..f7ead6f5fbe2 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 <bsd.port.pre.mk> @@ -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 183f61576999..e66e9c5cb891 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 |