git: ef795aff5acd - main - vietnamese/vnroff: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 13:15:26 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ef795aff5acd1133f21ec32e136ca0456783d379
commit ef795aff5acd1133f21ec32e136ca0456783d379
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 12:42:24 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 13:14:57 +0000
vietnamese/vnroff: Moved man to share/man
Approved by: portmgr (blanket)
---
vietnamese/vnroff/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/vietnamese/vnroff/Makefile b/vietnamese/vnroff/Makefile
index ce1df1c78811..b10969b4caae 100644
--- a/vietnamese/vnroff/Makefile
+++ b/vietnamese/vnroff/Makefile
@@ -1,5 +1,6 @@
PORTNAME= vnroff
PORTVERSION= 2.1
+PORTREVISION= 1
CATEGORIES= vietnamese print
MASTER_SITES= LOCAL/cy
DISTNAME= ${PORTNAME}-2.0
@@ -9,7 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Converts Vietnamese VIQR text into troff format
WWW= http://www.trichlor.org/
-PLIST_FILES= bin/vnroff man/man1/vnroff.1.gz
+PLIST_FILES= bin/vnroff share/man/man1/vnroff.1.gz
NO_WRKSUBDIR= yes
do-extract:
@@ -29,6 +30,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vnroff ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/vnroff.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/vnroff.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>