diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-05 04:19:19 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-05 04:19:19 +0000 |
commit | 2be447c91cc5632deec9803095bb1a7e75d053a5 (patch) | |
tree | 7f1c21e5738901ae3e7e9f9544a3f1a897e73cbf /devel/libshbuf | |
parent | c6eb5bdae2203127709bc594d7ad9112702e9b67 (diff) | |
download | ports-2be447c91cc5632deec9803095bb1a7e75d053a5.tar.gz ports-2be447c91cc5632deec9803095bb1a7e75d053a5.zip |
Do not install .la files
PR: 41029
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=64021
Diffstat (limited to 'devel/libshbuf')
-rw-r--r-- | devel/libshbuf/Makefile | 5 | ||||
-rw-r--r-- | devel/libshbuf/files/patch-configure | 10 | ||||
-rw-r--r-- | devel/libshbuf/pkg-plist | 3 |
3 files changed, 14 insertions, 4 deletions
diff --git a/devel/libshbuf/Makefile b/devel/libshbuf/Makefile index ffe57284c797..1a35179aafab 100644 --- a/devel/libshbuf/Makefile +++ b/devel/libshbuf/Makefile @@ -8,6 +8,7 @@ PORTNAME= libshbuf PORTVERSION= 0.0.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,10 +17,10 @@ MAINTAINER= ports@FreeBSD.org USE_REINPLACE= yes USE_LIBTOOL= yes -GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} INSTALLS_SHLIB= yes post-patch: - @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/devel/libshbuf/files/patch-configure b/devel/libshbuf/files/patch-configure new file mode 100644 index 000000000000..c41a538ec4d5 --- /dev/null +++ b/devel/libshbuf/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Fri May 3 02:07:53 2002 ++++ configure Wed Jul 24 02:53:45 2002 +@@ -7272,6 +7272,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/devel/libshbuf/pkg-plist b/devel/libshbuf/pkg-plist index 24b5c1cc9886..251b94ab3bab 100644 --- a/devel/libshbuf/pkg-plist +++ b/devel/libshbuf/pkg-plist @@ -1,7 +1,6 @@ include/libshbuf/shbuf.h include/libshbuf/shbuferr.h -@dirrm include/libshbuf lib/libshbuf.a -lib/libshbuf.la lib/libshbuf.so lib/libshbuf.so.1 +@dirrm include/libshbuf |