diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:14:43 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-24 10:48:07 +0100 |
commit | dd471fa7d91b7f03bb475e771bdb2dbba53c0256 (patch) | |
tree | 265a8a7e711efb5ace9d629ca5544447515547f3 | |
parent | 4e568e32318b73a29c6dbedc022c7cd509bb6930 (diff) | |
download | freebsd-ports-dd471fa7d91b7f03bb475e771bdb2dbba53c0256.zip |
graphics/imageindex: Moved man to share/man
Approved by: portmgr (blanket)
-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} |