diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 00:54:52 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-07-08 00:54:52 +0000 |
commit | 91c313eb853205ddb5eec52a18cfe5924f2a24b5 (patch) | |
tree | e525cce0c25dcda422107f226916a369f535a471 | |
parent | Add p5-WordNet-QueryData (diff) |
Honor WNHOME if it's defined within the environment.
Notes
Notes:
svn path=/head/; revision=84420
-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 |