diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:40:30 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 21:40:30 +0000 |
commit | a9d6d9e571d77908afcba5feb033bf2652fe6a5d (patch) | |
tree | eb8acb4b0f8134d02e3e2656e5b4600af132ffa0 /devel/clint | |
parent | 012e2e8f26aca5e955f630bc98047a54791c997b (diff) |
remove useless .la files
use REINPLACE_CMD
PR: 42699
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Notes
Notes:
svn path=/head/; revision=66758
Diffstat (limited to 'devel/clint')
-rw-r--r-- | devel/clint/Makefile | 7 | ||||
-rw-r--r-- | devel/clint/pkg-plist | 2 |
2 files changed, 4 insertions, 5 deletions
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 |