mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
filesystems/davfs2: allow to build with any 3.x version of `www/neon'
Assume that any more or less recent version would work, at least within the current major series. Upstream plans to get rid of this heuristics altogether in the next release so this band-aid should suffice for now. PR: 285860
This commit is contained in:
parent
2c4d5a1a58
commit
52edcbe5ac
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@ OPTIONS_SUB= yes
|
|||
NLS_USES= gettext-runtime
|
||||
NLS_CONFIGURE_OFF= --disable-nls
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's, 33, ${:!seq 33 39!},' ${WRKSRC}/configure
|
||||
|
||||
post-stage:
|
||||
${CHMOD} -s ${STAGEDIR}${PREFIX}/sbin/mount.davfs
|
||||
cd ${STAGEDIR}${DOCSDIR} && ${RM} AUTHORS COPYING INSTALL
|
||||
|
|
Loading…
Add table
Reference in a new issue