Skip to content

Commit

Permalink
graphics/curator: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent ef6ef2c commit f20f8af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions graphics/curator/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= curator
PORTVERSION= 2.1
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= graphics www python
MASTER_SITES= SF

Expand All @@ -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>

0 comments on commit f20f8af

Please sign in to comment.