aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/wordnet
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2006-03-15 22:46:45 +0800
committerehaupt <ehaupt@FreeBSD.org>2006-03-15 22:46:45 +0800
commit1433a3e1a42a65f470a7690014f22eff047963a5 (patch)
tree6b19a62ca92d4860cdc2eb4433a470b5c5a18db1 /textproc/wordnet
parent7fba75ecc750632d15395e8f5c21c2111c8186ee (diff)
downloadfreebsd-ports-gnome-1433a3e1a42a65f470a7690014f22eff047963a5.tar.gz
freebsd-ports-gnome-1433a3e1a42a65f470a7690014f22eff047963a5.tar.zst
freebsd-ports-gnome-1433a3e1a42a65f470a7690014f22eff047963a5.zip
- Update WWW
- Use %%DATADIR%% macro PR: 94363 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: "Mikhail T." <mi@aldan.algebra.com> (maintainer on vacation)
Diffstat (limited to 'textproc/wordnet')
-rw-r--r--textproc/wordnet/Makefile1
-rw-r--r--textproc/wordnet/pkg-descr2
-rw-r--r--textproc/wordnet/pkg-plist42
3 files changed, 22 insertions, 23 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile
index 7d3a9cbc53a7..8ddc4a9a8f6f 100644
--- a/textproc/wordnet/Makefile
+++ b/textproc/wordnet/Makefile
@@ -23,7 +23,6 @@ SCRIPTS_ENV+= TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
MAKE_ENV+= TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
PLIST_SUB+= TCL_DVER=${TCL_DVER} VER=${PORTVERSION}
USE_BZIP2= yes
-USE_REINPLACE= yes
REINPLACE_ARGS= -i ""
INSTALLS_SHLIB= yes
diff --git a/textproc/wordnet/pkg-descr b/textproc/wordnet/pkg-descr
index 08e67edb2291..daad5d3466e3 100644
--- a/textproc/wordnet/pkg-descr
+++ b/textproc/wordnet/pkg-descr
@@ -9,4 +9,4 @@ powerful thesaurus and dictionary, but also to the researcher as one of
the few freely available, lexical databases. WordNet is available via an
on-line interface and also as easy-to-compile C source code for Unix.
-WWW: http://www.cogsci.princeton.edu/~wn/
+WWW: http://wordnet.princeton.edu/
diff --git a/textproc/wordnet/pkg-plist b/textproc/wordnet/pkg-plist
index eaba3e3938f2..be5e399cb17a 100644
--- a/textproc/wordnet/pkg-plist
+++ b/textproc/wordnet/pkg-plist
@@ -8,26 +8,26 @@ lib/libWN.so
lib/libtclwn2.so.0
lib/libtclwn2.so
lib/tcl%%TCL_DVER%%/Wordnet/pkgIndex.tcl
-share/WordNet/adj.exc
-share/WordNet/adv.exc
-share/WordNet/cntlist
-share/WordNet/cntlist.rev
-share/WordNet/data.adj
-share/WordNet/data.adv
-share/WordNet/data.noun
-share/WordNet/data.verb
-share/WordNet/frames.vrb
-share/WordNet/index.adj
-share/WordNet/index.adv
-share/WordNet/index.noun
-share/WordNet/index.sense
-share/WordNet/index.verb
-share/WordNet/noun.exc
-share/WordNet/sentidx.vrb
-share/WordNet/sents.vrb
-share/WordNet/verb.exc
-share/WordNet/verb.Framestext
-share/WordNet/wn.xbm
+%%DATADIR%%/adj.exc
+%%DATADIR%%/adv.exc
+%%DATADIR%%/cntlist
+%%DATADIR%%/cntlist.rev
+%%DATADIR%%/data.adj
+%%DATADIR%%/data.adv
+%%DATADIR%%/data.noun
+%%DATADIR%%/data.verb
+%%DATADIR%%/frames.vrb
+%%DATADIR%%/index.adj
+%%DATADIR%%/index.adv
+%%DATADIR%%/index.noun
+%%DATADIR%%/index.sense
+%%DATADIR%%/index.verb
+%%DATADIR%%/noun.exc
+%%DATADIR%%/sentidx.vrb
+%%DATADIR%%/sents.vrb
+%%DATADIR%%/verb.exc
+%%DATADIR%%/verb.Framestext
+%%DATADIR%%/wn.xbm
@dirrm include/WordNet
@dirrm lib/tcl%%TCL_DVER%%/Wordnet
-@dirrm share/WordNet
+@dirrm %%DATADIR%%