Skip to content

Commit

Permalink
misc/rname: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 16, 2024
1 parent 300030c commit e5223c0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/

Expand All @@ -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>

0 comments on commit e5223c0

Please sign in to comment.