Honor WNHOME if it's defined within the environment.

This commit is contained in:
Adam Weinberger 2003-07-08 00:54:52 +00:00
parent 3da0d2adad
commit 91c313eb85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84420

View file

@ -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