git: 468fbbee644a - main - graphics/pixd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 09:49:02 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=468fbbee644a5132171778f3e7f21b115865688b
commit 468fbbee644a5132171778f3e7f21b115865688b
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-24 09:45:16 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-24 09:48:16 +0000
graphics/pixd: Moved man to share/man
Approved by: portmgr (blanket)
---
graphics/pixd/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/graphics/pixd/Makefile b/graphics/pixd/Makefile
index 0c32e66de2dd..0698cef00d01 100644
--- a/graphics/pixd/Makefile
+++ b/graphics/pixd/Makefile
@@ -1,7 +1,7 @@
PORTNAME= pixd
DISTVERSIONPREFIX=v
DISTVERSION= 1.0.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= graphics
MAINTAINER= mail@dbalan.in
@@ -18,11 +18,11 @@ GH_ACCOUNT= FireyFly
ALL_TARGET= pixd
PLIST_FILES= bin/pixd \
- man/man1/pixd.1.gz
+ share/man/man1/pixd.1.gz
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pixd ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/pixd.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/pixd.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pixd
.include <bsd.port.mk>