diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 17:37:49 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 17:49:53 +0000 |
commit | 009cb14a7407f6df885ed36a7661a22b56972963 (patch) | |
tree | ca0727d26e860abcabe0c414c19e1dd023aa4939 | |
parent | 39c04de4ca945f72bf19e02273ebc06f1d68b606 (diff) |
sysutils/fswatch-mon: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | sysutils/fswatch-mon/Makefile | 3 | ||||
-rw-r--r-- | sysutils/fswatch-mon/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/fswatch-mon/Makefile b/sysutils/fswatch-mon/Makefile index 1fba6c7e9230..d717021465ca 100644 --- a/sysutils/fswatch-mon/Makefile +++ b/sysutils/fswatch-mon/Makefile @@ -1,6 +1,6 @@ PORTNAME= fswatch DISTVERSION= 1.13.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= https://github.com/emcrisostomo/${PORTNAME}/releases/download/${DISTVERSION}/ PKGNAMESUFFIX= -mon @@ -17,6 +17,7 @@ USE_LDCONFIG= yes CONFLICTS_INSTALL= fswatch GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INFO= fswatch INSTALL_TARGET= install-strip diff --git a/sysutils/fswatch-mon/pkg-plist b/sysutils/fswatch-mon/pkg-plist index 1b06fc2180a7..88bdd75d8212 100644 --- a/sysutils/fswatch-mon/pkg-plist +++ b/sysutils/fswatch-mon/pkg-plist @@ -21,7 +21,7 @@ lib/libfswatch.a lib/libfswatch.so lib/libfswatch.so.11 lib/libfswatch.so.11.0.0 -man/man7/fswatch.7.gz +share/man/man7/fswatch.7.gz %%NLS%%%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS.libfswatch |