From 91c313eb853205ddb5eec52a18cfe5924f2a24b5 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Tue, 8 Jul 2003 00:54:52 +0000 Subject: Honor WNHOME if it's defined within the environment. --- textproc/p5-WordNet-QueryData/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3