diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-02-24 12:31:42 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-02-24 12:32:18 +0000 |
commit | 20b8f7eb48be5d65080e30adf75800009c9239e6 (patch) | |
tree | 5ea23e60db640c7439611e5e8ec599c66b23e87f /emulators | |
parent | 5cc68389e086592d6c09593ba26e5a1ac85a906f (diff) | |
download | ports-20b8f7eb48be5d65080e30adf75800009c9239e6.tar.gz ports-20b8f7eb48be5d65080e30adf75800009c9239e6.zip |
emulators/fuse: move manpages to share/man
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fuse/Makefile | 3 | ||||
-rw-r--r-- | emulators/fuse/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/fuse/Makefile b/emulators/fuse/Makefile index b5e6cb9510b8..a6acb4c01214 100644 --- a/emulators/fuse/Makefile +++ b/emulators/fuse/Makefile @@ -1,6 +1,6 @@ PORTNAME= fuse PORTVERSION= 1.6.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}-emulator/${PORTNAME}/${PORTVERSION} @@ -23,6 +23,7 @@ USE_GNOME= libxml2 glib20 USE_XORG= x11 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS+=--without-joystick # TODO needs libjsw for GTK OPTIONS_DEFINE= ICONS ROMS DOCS diff --git a/emulators/fuse/pkg-plist b/emulators/fuse/pkg-plist index c560e533232d..ddf7727e92cd 100644 --- a/emulators/fuse/pkg-plist +++ b/emulators/fuse/pkg-plist @@ -1,5 +1,5 @@ bin/fuse -man/man1/fuse.1.gz +share/man/man1/fuse.1.gz %%ICONS%%share/applications/fuse.desktop %%DATADIR%%/128-0.rom %%DATADIR%%/128-1.rom |