diff options
author | adamw <adamw@FreeBSD.org> | 2003-07-08 08:54:52 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-07-08 08:54:52 +0800 |
commit | d94fc3752ed1b9f0c9241594de1aa35d91b8c79d (patch) | |
tree | 462f072823e6d190644430f4662175c3b455ac16 /textproc | |
parent | c0d6e6ec384de1b150d7c4da20f5fa4d31b42a19 (diff) | |
download | freebsd-ports-gnome-d94fc3752ed1b9f0c9241594de1aa35d91b8c79d.tar.gz freebsd-ports-gnome-d94fc3752ed1b9f0c9241594de1aa35d91b8c79d.tar.zst freebsd-ports-gnome-d94fc3752ed1b9f0c9241594de1aa35d91b8c79d.zip |
Honor WNHOME if it's defined within the environment.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-WordNet-QueryData/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-WordNet-QueryData/Makefile b/textproc/p5-WordNet-QueryData/Makefile index d079a3b27631..51b831f2d5b1 100644 --- a/textproc/p5-WordNet-QueryData/Makefile +++ b/textproc/p5-WordNet-QueryData/Makefile @@ -17,8 +17,10 @@ COMMENT= Perl interface to the WordNet database files LIB_DEPENDS= wn1.7:${PORTSDIR}/textproc/wordnet +WNHOME?= ${LOCALBASE}/share/WordNet-1.7.1 + PERL_CONFIGURE= yes -CONFIGURE_ENV= WNHOME=${LOCALBASE}/share/WordNet-1.7.1 +CONFIGURE_ENV= WNHOME=${WNHOME} MAN3= WordNet::QueryData.3 |