diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 14:40:25 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 15:02:07 +0100 |
commit | b411663899b2e3a9d8e475fb613b291b170f9fab (patch) | |
tree | c59467de1944ab0c8fd6185a14bdec49d118676d | |
parent | 7cd1a5abb1460e641c650700838edd841ff2bde4 (diff) | |
download | freebsd-ports-b411663899b2e3a9d8e475fb613b291b170f9fab.zip |
chinese/pcmanx: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | chinese/pcmanx/Makefile | 3 | ||||
-rw-r--r-- | chinese/pcmanx/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/chinese/pcmanx/Makefile b/chinese/pcmanx/Makefile index d87a5b795c6e..ec0ae2ee9917 100644 --- a/chinese/pcmanx/Makefile +++ b/chinese/pcmanx/Makefile @@ -1,6 +1,6 @@ PORTNAME= pcmanx PORTVERSION= 1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= chinese net gnome MASTER_SITES= https://github.com/pcman-bbs/${PORTNAME}/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} @@ -15,6 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang gmake gnome iconv pkgconfig tar:xz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_GNOME= gtk20 intlhack OPTIONS_DEFINE= NLS DEBUG DOCKLET NOTIFIER LIBNOTIFY NANCY MOUSE EXTERNAL IPLOOKUP PROXY diff --git a/chinese/pcmanx/pkg-plist b/chinese/pcmanx/pkg-plist index 068309516363..e5a17a9984dd 100644 --- a/chinese/pcmanx/pkg-plist +++ b/chinese/pcmanx/pkg-plist @@ -1,5 +1,5 @@ bin/pcmanx -man/man1/pcmanx.1.gz +share/man/man1/pcmanx.1.gz share/applications/pcmanx.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/pcmanx.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pcmanx.mo |