- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
This commit is contained in:
parent
5fa149e175
commit
c2a250f4e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359682
2 changed files with 2 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= irstlm
|
||||
PORTVERSION= 5.80.03
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTNAME}-5.80
|
||||
|
@ -18,7 +19,7 @@ USE_PERL5= run
|
|||
USE_GCC= yes
|
||||
USE_AUTOTOOLS= libtoolize aclocal autoconf automake
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
USES= shebangfix
|
||||
USES= shebangfix libtool
|
||||
SHEBANG_FILES= scripts/add-start-end.sh scripts/lm-stat.pl scripts/sort-lm.pl scripts/build-lm-qsub.sh scripts/mdtsel.sh scripts/split-dict.pl scripts/build-lm.sh scripts/merge-sublm.pl scripts/split-ngt.sh scripts/build-sublm.pl scripts/ngram-split.pl scripts/goograms2ngrams.pl scripts/rm-start-end.sh
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -48,4 +48,3 @@ include/shiftlm.h
|
|||
include/timer.h
|
||||
include/util.h
|
||||
lib/libirstlm.a
|
||||
lib/libirstlm.la
|
||||
|
|
Loading…
Reference in a new issue