aboutsummaryrefslogtreecommitdiff
path: root/graphics/curator
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 08:49:05 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 09:03:17 +0000
commitf20f8afb3b5e0c4ba72481f4c48dea0a88fbafd1 (patch)
treed320930b880630454289977940f33ac7213b55f6 /graphics/curator
parentef6ef2cba4e7b85b4a9196642bc15d719a67690d (diff)
downloadports-f20f8afb3b5e0c4ba72481f4c48dea0a88fbafd1.tar.gz
ports-f20f8afb3b5e0c4ba72481f4c48dea0a88fbafd1.zip
graphics/curator: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics/curator')
-rw-r--r--graphics/curator/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/curator/Makefile b/graphics/curator/Makefile
index 9940b0ed7f49..90258ec28369 100644
--- a/graphics/curator/Makefile
+++ b/graphics/curator/Makefile
@@ -1,6 +1,6 @@
PORTNAME= curator
PORTVERSION= 2.1
-PORTREVISION= 8
+PORTREVISION= 9
CATEGORIES= graphics www python
MASTER_SITES= SF
@@ -13,9 +13,9 @@ USE_PYTHON= distutils autoplist concurrent optsuffix
CONFLICTS_INSTALL= py*-elasticsearch-curator
-PLIST_FILES= man/man1/curator.1.gz
+PLIST_FILES= share/man/man1/curator.1.gz
post-install:
- ${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/man/man1/curator.1
+ ${INSTALL_MAN} ${FILESDIR}/curator.1 ${STAGEDIR}${PREFIX}/share/man/man1/curator.1
.include <bsd.port.mk>