diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-02-22 21:35:28 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-02-22 21:35:28 +0000 |
commit | 0f45a09b35c344f6de846aee2fae23c14fad73cf (patch) | |
tree | db34a1f99ba229f47e520d4786f35517b17eac8a /emulators/fuse-utils/Makefile | |
parent | 7a76f0b784acef4b18474ecb1f748acda9b8e089 (diff) | |
download | ports-0f45a09b35c344f6de846aee2fae23c14fad73cf.tar.gz ports-0f45a09b35c344f6de846aee2fae23c14fad73cf.zip |
Diffstat (limited to 'emulators/fuse-utils/Makefile')
-rw-r--r-- | emulators/fuse-utils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index 464297c11fa9..959b7ca1971f 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,6 +1,6 @@ PORTNAME= fuse-utils DISTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/fuse-emulator/${PORTNAME}/${PORTVERSION} @@ -20,6 +20,7 @@ USES= gettext gnome iconv jpeg pkgconfig USE_GNOME= glib20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-libspectrum-prefix=${LOCALBASE} \ --with-local-prefix=${LOCALBASE} |