summaryrefslogtreecommitdiff
path: root/vietnamese
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 13:42:24 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 14:14:57 +0100
commitef795aff5acd1133f21ec32e136ca0456783d379 (patch)
tree47c0eb6ef4d4c3c66c6ae6230bbf7cf1827bc1fa /vietnamese
parent908d980e7eae4a38e53c60a94de96efb2eedc299 (diff)
downloadfreebsd-ports-ef795aff5acd1133f21ec32e136ca0456783d379.zip
vietnamese/vnroff: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/vnroff/Makefile5
1 files 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>