diff options
author | vanilla <vanilla@FreeBSD.org> | 2006-02-11 12:20:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2006-02-11 12:20:35 +0800 |
commit | 358569da928c93078484ca9461ead13a80edccbb (patch) | |
tree | f07a6777990de908423e201be4257709180ef29e /sysutils/fusefs-libs/Makefile | |
parent | ccff52dee8962e66d042b3f9cfd27fb7742b5ae3 (diff) | |
download | freebsd-ports-gnome-358569da928c93078484ca9461ead13a80edccbb.tar.gz freebsd-ports-gnome-358569da928c93078484ca9461ead13a80edccbb.tar.zst freebsd-ports-gnome-358569da928c93078484ca9461ead13a80edccbb.zip |
Upgrade to 2.5.2.
PR: ports/93160
Submitted by: maintainer
Diffstat (limited to 'sysutils/fusefs-libs/Makefile')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index ee4fe09af723..600a7be5fdfc 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -5,7 +5,7 @@ # PORTNAME= fusefs -PORTVERSION= 2.5.1 +PORTVERSION= 2.5.2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fuse @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig -USE_REINPLACE= yes TXT_DOCS= how-fuse-works \ kernel.txt |