diff options
author | demon <demon@FreeBSD.org> | 2014-10-20 22:28:17 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-10-20 22:28:17 +0800 |
commit | 3e06ba1eebc6897bb8ac5f1c9c8f8ce02c5dff6b (patch) | |
tree | aba17102deef8ff839f1b6853a2a3000bedaa25a /math/openfst | |
parent | a35146db0dc016e1c4fa797370c96b2aece6f101 (diff) | |
download | freebsd-ports-gnome-3e06ba1eebc6897bb8ac5f1c9c8f8ce02c5dff6b.tar.gz freebsd-ports-gnome-3e06ba1eebc6897bb8ac5f1c9c8f8ce02c5dff6b.tar.zst freebsd-ports-gnome-3e06ba1eebc6897bb8ac5f1c9c8f8ce02c5dff6b.zip |
Use correct directory for USE_LDCONFIG;
Remove obsoleted @dirrm's.
Diffstat (limited to 'math/openfst')
-rw-r--r-- | math/openfst/Makefile | 4 | ||||
-rw-r--r-- | math/openfst/pkg-plist | 8 |
2 files changed, 2 insertions, 10 deletions
diff --git a/math/openfst/Makefile b/math/openfst/Makefile index 78c7a4bdbacf..c2086bcbf8d5 100644 --- a/math/openfst/Makefile +++ b/math/openfst/Makefile @@ -3,7 +3,7 @@ PORTNAME= openfst PORTVERSION= 1.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math MASTER_SITES= http://www.openfst.org/twiki/pub/FST/FstDownload/ @@ -13,7 +13,7 @@ COMMENT= Library for working with weighted finite-state transducers (FSTs) LICENSE= APACHE20 USES= compiler:c++11-lib libtool -USE_LDCONFIG= yes +USE_LDCONFIG= ${LOCALBASE}/lib/fst GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-compact-fsts --enable-const-fsts --enable-far --enable-linear-fsts --enable-ngram-fsts --enable-lookahead-fsts --enable-pdt diff --git a/math/openfst/pkg-plist b/math/openfst/pkg-plist index 6a7a497a2956..c1d59f892c0a 100644 --- a/math/openfst/pkg-plist +++ b/math/openfst/pkg-plist @@ -334,11 +334,3 @@ lib/libfst.so.3.0.0 lib/libfstscript.so lib/libfstscript.so.1 lib/libfstscript.so.1.0.0 -@dirrm lib/fst -@dirrm include/fst/extensions/far -@dirrm include/fst/extensions/linear -@dirrm include/fst/extensions/ngram -@dirrm include/fst/extensions/pdt -@dirrm include/fst/extensions -@dirrm include/fst/script -@dirrm include/fst |