diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 13:34:09 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 13:35:34 +0100 |
commit | b0f18c239a3f47df741f7324689ec3468b2b1b03 (patch) | |
tree | 7c36456ebb3deca052d808da54ea02dfbb2713d9 /textproc | |
parent | a0c1af4bfdcba7913995399bdb3b4725e88da9f1 (diff) | |
download | freebsd-ports-b0f18c239a3f47df741f7324689ec3468b2b1b03.zip |
textproc/xfce4-dict-plugin: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xfce4-dict-plugin/Makefile | 3 | ||||
-rw-r--r-- | textproc/xfce4-dict-plugin/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/textproc/xfce4-dict-plugin/Makefile b/textproc/xfce4-dict-plugin/Makefile index f4694f5e4f68..26f5bbb22da2 100644 --- a/textproc/xfce4-dict-plugin/Makefile +++ b/textproc/xfce4-dict-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-dict PORTVERSION= 0.8.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc xfce MASTER_SITES= XFCE/apps PKGNAMESUFFIX= -plugin @@ -23,6 +23,7 @@ USE_XORG= x11 USE_LDCONFIG= yes GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip OPTIONS_DEFINE= NLS diff --git a/textproc/xfce4-dict-plugin/pkg-plist b/textproc/xfce4-dict-plugin/pkg-plist index f558fa2357ed..c80c94b7dbd8 100644 --- a/textproc/xfce4-dict-plugin/pkg-plist +++ b/textproc/xfce4-dict-plugin/pkg-plist @@ -1,6 +1,6 @@ bin/xfce4-dict lib/xfce4/panel/plugins/libxfce4dict.so -man/man1/xfce4-dict.1.gz +share/man/man1/xfce4-dict.1.gz share/applications/xfce4-dict.desktop share/icons/hicolor/128x128/apps/org.xfce.Dictionary.png share/icons/hicolor/16x16/apps/org.xfce.Dictionary.png |