aboutsummaryrefslogtreecommitdiff
path: root/vietnamese
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 11:11:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-09 11:11:45 +0000
commit220062a3a1c35cc4deb0b363bdc27d09b492bf2e (patch)
tree94886182af433c113ad6192a5b60b791dabc6578 /vietnamese
parent20498f8c5b9fa4f5a64966de0df96dd16bce3dbc (diff)
downloadports-220062a3a1c35cc4deb0b363bdc27d09b492bf2e.tar.gz
ports-220062a3a1c35cc4deb0b363bdc27d09b492bf2e.zip
MANPREFIX: eleminate its usage and move man to share/man
Diffstat (limited to 'vietnamese')
-rw-r--r--vietnamese/vnconvert/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/vietnamese/vnconvert/Makefile b/vietnamese/vnconvert/Makefile
index 7ab6714ce6cf..33cc142a561b 100644
--- a/vietnamese/vnconvert/Makefile
+++ b/vietnamese/vnconvert/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vnconvert
PORTVERSION= 1.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= vietnamese
MASTER_SITES= LOCAL/obrien
DISTNAME= convert
@@ -13,10 +13,10 @@ NO_WRKSUBDIR= yes
MAKEFILE= makefile
ALL_TARGET=
-PLIST_FILES= bin/vnconvert man/man1/vnconvert.1.gz
+PLIST_FILES= bin/vnconvert share/man/man1/vnconvert.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vnconvert ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${FILESDIR}/vnconvert.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>