diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 07:40:09 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 08:08:01 +0100 |
commit | 62cbec634ad75a26f44ba487e86203b7811a6a67 (patch) | |
tree | e97e8d99bd71300658d5b17eb9c3b5dff3e90afe | |
parent | db9178878c82fb7a688d8cce7c31e720106da314 (diff) | |
download | freebsd-ports-62cbec634ad75a26f44ba487e86203b7811a6a67.zip |
games/freedink-dfarc: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | games/freedink-dfarc/Makefile | 3 | ||||
-rw-r--r-- | games/freedink-dfarc/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/games/freedink-dfarc/Makefile b/games/freedink-dfarc/Makefile index 96ea6996fa24..a920ad6e65a0 100644 --- a/games/freedink-dfarc/Makefile +++ b/games/freedink-dfarc/Makefile @@ -1,6 +1,6 @@ PORTNAME= freedink-dfarc PORTVERSION= 3.14 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= GNU/freedink DISTNAME= dfarc-${PORTVERSION} @@ -13,6 +13,7 @@ USES= compiler:c++11-lib desktop-file-utils gettext gmake gnome \ USE_CXXSTD= c++11 USE_WX= 3.0 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GNOME= intltool CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} --disable-upx --disable-static CONFIGURE_ENV+= ac_cv_path_XDG_DESKTOP_MENU= ac_cv_path_XDG_ICON_RESOURCE= \ diff --git a/games/freedink-dfarc/pkg-plist b/games/freedink-dfarc/pkg-plist index 759b03318dd8..afe7ce05b513 100644 --- a/games/freedink-dfarc/pkg-plist +++ b/games/freedink-dfarc/pkg-plist @@ -1,7 +1,7 @@ bin/dfarc bin/freedink-dfarc -man/man1/dfarc.1.gz -man/man1/freedink-dfarc.1.gz +share/man/man1/dfarc.1.gz +share/man/man1/freedink-dfarc.1.gz share/icons/hicolor/32x32/mimetypes/application-x-dmod.png share/applications/freedink-dfarc.desktop share/mime/packages/freedink-mime.xml |