diff options
-rw-r--r-- | graphics/imageindex/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/imageindex/Makefile b/graphics/imageindex/Makefile index 3ca5409767a6..969d8c2ad4b0 100644 --- a/graphics/imageindex/Makefile +++ b/graphics/imageindex/Makefile @@ -1,6 +1,6 @@ PORTNAME= imageindex PORTVERSION= 2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.edwinh.org/imageindex/release/ \ http://www.reynoldsnet.org/imageindex/release/ @@ -17,13 +17,10 @@ USE_PERL5= run MAKE_ARGS+= PERLPATH=${PERL} PREFIX=${STAGEDIR}${PREFIX} PLIST_FILES= bin/imageindex bin/autocaption \ - man/man1/imageindex.1.gz + share/man/man1/imageindex.1.gz PORTDOCS= README OPTIONS_DEFINE= DOCS -post-patch: - ${REINPLACE_CMD} -e 's|share/man|man|' ${WRKSRC}/Makefile - post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |