diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 19:00:43 +0000 |
commit | 3aa77171e7fba77720aea6eb4bded87b64c1ad8e (patch) | |
tree | dbeabb1054054f2f39e7970cedea3abd4f75843c /devel/libffi | |
parent | added NO_PACKAGE=ignores cflags (diff) |
Switch from GNU_CONFIGURE to USE_LIBTOOL with port so that it won't install
the .la file.
Notes
Notes:
svn path=/head/; revision=19217
Diffstat (limited to 'devel/libffi')
-rw-r--r-- | devel/libffi/Makefile | 4 | ||||
-rw-r--r-- | devel/libffi/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 3febfd34bded..f54021662fb5 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -3,7 +3,7 @@ # Date created: 14, June, 1998 # Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> # -# $Id: Makefile,v 1.7 1999/02/02 13:54:00 vanilla Exp $ +# $Id: Makefile,v 1.8 1999/03/08 07:28:22 asami Exp $ # DISTNAME= libffi-1.20 @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.cygnus.com/pub/green/ MAINTAINER= horance@freedom.ie.cycu.edu.tw -GNU_CONFIGURE= yes +USE_LIBTOOL= yes CONFIGURE_TARGET= # empty post-install: diff --git a/devel/libffi/pkg-plist b/devel/libffi/pkg-plist index 59a1204c6d76..0051e01b0c05 100644 --- a/devel/libffi/pkg-plist +++ b/devel/libffi/pkg-plist @@ -2,7 +2,6 @@ include/fficonfig.h include/ffi.h include/ffi_mips.h lib/libffi.a -lib/libffi.la lib/libffi.so lib/libffi.so.2.3 @unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R |