diff options
Diffstat (limited to 'filesystems/davfs2/Makefile')
-rw-r--r-- | filesystems/davfs2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesystems/davfs2/Makefile b/filesystems/davfs2/Makefile index 69a06c47c450..c1d7a211565c 100644 --- a/filesystems/davfs2/Makefile +++ b/filesystems/davfs2/Makefile @@ -1,5 +1,5 @@ PORTNAME= davfs2 -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.2 CATEGORIES= filesystems www MASTER_SITES= SAVANNAH \ https://github.com/alisarctl/davfs2/releases/download/rel-${PORTVERSION:S/./-/g}/ @@ -29,7 +29,7 @@ NLS_USES= gettext-runtime NLS_CONFIGURE_OFF= --disable-nls post-patch: - @${REINPLACE_CMD} -e 's, 33, ${:!seq 33 39!},' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's, 36, ${:!seq 36 39!},' ${WRKSRC}/configure post-stage: ${CHMOD} -s ${STAGEDIR}${PREFIX}/sbin/mount.davfs |