summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 10:14:43 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-24 10:48:07 +0100
commitdd471fa7d91b7f03bb475e771bdb2dbba53c0256 (patch)
tree265a8a7e711efb5ace9d629ca5544447515547f3
parent4e568e32318b73a29c6dbedc022c7cd509bb6930 (diff)
downloadfreebsd-ports-dd471fa7d91b7f03bb475e771bdb2dbba53c0256.zip
graphics/imageindex: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--graphics/imageindex/Makefile7
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}