git: e5223c0df56c - main - misc/rname: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Mar 2024 16:30:04 UTC
The branch main has been updated by naddy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=e5223c0df56c3b7f82b5177c736ea07923a536f4
commit e5223c0df56c3b7f82b5177c736ea07923a536f4
Author: Christian Weisgerber <naddy@FreeBSD.org>
AuthorDate: 2024-03-16 16:29:29 +0000
Commit: Christian Weisgerber <naddy@FreeBSD.org>
CommitDate: 2024-03-16 16:29:29 +0000
misc/rname: Move man pages to share/man
Approved by: portmgr (blanket)
---
misc/rname/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/misc/rname/Makefile b/misc/rname/Makefile
index 293afba2d443..10a86e9637a4 100644
--- a/misc/rname/Makefile
+++ b/misc/rname/Makefile
@@ -1,5 +1,6 @@
PORTNAME= rname
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://devel.ringlet.net/files/sys/rname/
@@ -12,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
NO_WRKSUBDIR= yes
USES= gmake tar:xz uidfix
-MAKE_ENV= BINGRP=wheel MANDIR=${PREFIX}/man \
+MAKE_ENV= BINGRP=wheel \
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-PLIST_FILES= bin/rname man/man1/rname.1.gz
+PLIST_FILES= bin/rname share/man/man1/rname.1.gz
.include <bsd.port.mk>