mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- fix post-patch sec.
- bump PORTREVISION Changes:
This commit is contained in:
parent
548652ac6b
commit
43c3e4afae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209993
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= WordNet-QueryData
|
PORTNAME= WordNet-QueryData
|
||||||
PORTVERSION= 1.47
|
PORTVERSION= 1.47
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc perl5
|
CATEGORIES= textproc perl5
|
||||||
MASTER_SITES= CPAN
|
MASTER_SITES= CPAN
|
||||||
PKGNAMEPREFIX= p5-
|
PKGNAMEPREFIX= p5-
|
||||||
|
@ -25,7 +26,7 @@ MAN3= WordNet::QueryData.3
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
'/wnHomeUnix/s|/usr/local/WordNet-2.1|${WNHOME}|; \
|
'/wnHomeUnix/s|/usr/local/WordNet-3.0|${WNHOME}|; \
|
||||||
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
|
/wnPrefixUnix/s|/dict||' ${WRKSRC}/QueryData.pm
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue