diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-09-20 05:40:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-09-20 05:40:30 +0800 |
commit | 35fa9e24ac3d9ec39d42ded4038cb51c9cde2cf7 (patch) | |
tree | 39ead9afaad8db226ec58f3426a3c571ede89408 | |
parent | 783e3801bcd68ccf107bcda77e6d33ea1e28c47d (diff) | |
download | freebsd-ports-gnome-35fa9e24ac3d9ec39d42ded4038cb51c9cde2cf7.tar.gz freebsd-ports-gnome-35fa9e24ac3d9ec39d42ded4038cb51c9cde2cf7.tar.zst freebsd-ports-gnome-35fa9e24ac3d9ec39d42ded4038cb51c9cde2cf7.zip |
remove useless .la files
use REINPLACE_CMD
PR: 42699
Submitted by: Sergei Kolobov <sergei@kolobov.com>
-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 |