diff options
author | steve <steve@FreeBSD.org> | 1999-05-30 11:49:01 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-05-30 11:49:01 +0800 |
commit | c56887ca7cc6f0cece2c0fe3c3d5487ed620549d (patch) | |
tree | abb6cdfd65666fdae6e52005474ff66803dcae63 | |
parent | d45cb99ef796ac858cd49ac48fef0c4c24b8296f (diff) | |
download | freebsd-ports-gnome-c56887ca7cc6f0cece2c0fe3c3d5487ed620549d.tar.gz freebsd-ports-gnome-c56887ca7cc6f0cece2c0fe3c3d5487ed620549d.tar.zst freebsd-ports-gnome-c56887ca7cc6f0cece2c0fe3c3d5487ed620549d.zip |
Set USE_LIBTOOL=yes.
PR: 11844
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
-rw-r--r-- | devel/libPropList/Makefile | 7 | ||||
-rw-r--r-- | devel/libPropList/pkg-plist | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/devel/libPropList/Makefile b/devel/libPropList/Makefile index b89be216906f..638c04248aa9 100644 --- a/devel/libPropList/Makefile +++ b/devel/libPropList/Makefile @@ -3,7 +3,7 @@ # Date Created: 6 December 1998 # Whom: Glenn Johnson # -# $Id: Makefile,v 1.3 1999/02/02 14:30:27 vanilla Exp $ +# $Id: Makefile,v 1.4 1999/03/12 00:43:24 nectar Exp $ # DISTNAME= libPropList-0.8.3 @@ -14,9 +14,6 @@ MASTER_SITE_SUBDIR= sources/libPropList MAINTAINER= gljohns@bellsouth.net -GNU_CONFIGURE= yes - -post-install: - @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib +USE_LIBTOOL= yes .include <bsd.port.mk> diff --git a/devel/libPropList/pkg-plist b/devel/libPropList/pkg-plist index ee1bda451d9e..7eaf3283e3c3 100644 --- a/devel/libPropList/pkg-plist +++ b/devel/libPropList/pkg-plist @@ -1,6 +1,5 @@ include/proplist.h lib/libPropList.a -lib/libPropList.la lib/libPropList.so lib/libPropList.so.1.1 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |