mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Honor WNHOME if it's defined within the environment.
This commit is contained in:
parent
3da0d2adad
commit
91c313eb85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84420
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue