diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-11-20 13:19:54 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-11-20 13:19:54 +0000 |
commit | 133ac2e139251d2bf277b8cf81e5415732e867ee (patch) | |
tree | 7c446d7e9ed00d4b90dc47b2513979377b0aaa11 /textproc/libtre | |
parent | 00127e5ed70f6a3977f5d8fcbd15a99a45eb9a5c (diff) | |
download | FreeBSD-ports-133ac2e139251d2bf277b8cf81e5415732e867ee.zip FreeBSD-ports-133ac2e139251d2bf277b8cf81e5415732e867ee.tar.gz |
- Do not install useless .la files
PR: 45447
Submitted by: Ports Fury
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 1 | ||||
-rw-r--r-- | textproc/libtre/files/patch-configure | 10 | ||||
-rw-r--r-- | textproc/libtre/pkg-plist | 1 |
3 files changed, 11 insertions, 1 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index c41e6eb..a1beb8b 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org USE_BZIP2= yes USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes .include <bsd.port.pre.mk> diff --git a/textproc/libtre/files/patch-configure b/textproc/libtre/files/patch-configure new file mode 100644 index 0000000..efaeab6 --- /dev/null +++ b/textproc/libtre/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Jun 26 04:17:54 2002 ++++ configure Sat Nov 2 14:25:12 2002 +@@ -7967,6 +7967,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/textproc/libtre/pkg-plist b/textproc/libtre/pkg-plist index 3ae73f0..33df4a3 100644 --- a/textproc/libtre/pkg-plist +++ b/textproc/libtre/pkg-plist @@ -1,5 +1,4 @@ include/regex.h lib/libtre.a -lib/libtre.la lib/libtre.so lib/libtre.so.0 |