diff options
Diffstat (limited to 'graphics/curator/Makefile')
-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> |