diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 09:49:05 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:03:17 +0100 |
commit | f20f8afb3b5e0c4ba72481f4c48dea0a88fbafd1 (patch) | |
tree | d320930b880630454289977940f33ac7213b55f6 | |
parent | ef6ef2cba4e7b85b4a9196642bc15d719a67690d (diff) | |
download | freebsd-ports-f20f8afb3b5e0c4ba72481f4c48dea0a88fbafd1.zip |
graphics/curator: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/curator/Makefile | 6 |
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> |