From a9d6d9e571d77908afcba5feb033bf2652fe6a5d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 19 Sep 2002 21:40:30 +0000 Subject: remove useless .la files use REINPLACE_CMD PR: 42699 Submitted by: Sergei Kolobov --- devel/clint/Makefile | 7 ++++--- devel/clint/pkg-plist | 2 -- 2 files changed, 4 insertions(+), 5 deletions(-) (limited to 'devel/clint') diff --git a/devel/clint/Makefile b/devel/clint/Makefile index 8232126e9e5f..69de075891f8 100644 --- a/devel/clint/Makefile +++ b/devel/clint/Makefile @@ -8,7 +8,7 @@ PORTNAME= clint PORTVERSION= 0.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +16,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_PYTHON= yes -GNU_CONFIGURE= yes +USE_LIBTOOL= yes +USE_REINPLACE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes post-patch: - @${PERL} -pi -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure + @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure post-install: @install-info ${PREFIX}/info/clint.info ${PREFIX}/info/dir diff --git a/devel/clint/pkg-plist b/devel/clint/pkg-plist index 5aa20a7620c7..62dfbd211521 100644 --- a/devel/clint/pkg-plist +++ b/devel/clint/pkg-plist @@ -6,11 +6,9 @@ include/clint/python.h info/clint.info @exec install-info %D/info/clint.info %D/info/dir lib/clint/python.a -lib/clint/python.la lib/clint/python.so lib/clint/python.so.0 lib/libpython++.a -lib/libpython++.la lib/libpython++.so lib/libpython++.so.0 @dirrm lib/clint -- cgit v1.2.3