mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/urelay: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
79be276ff3
commit
59429c499b
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= urelay
|
PORTNAME= urelay
|
||||||
PORTVERSION= 1.0
|
PORTVERSION= 1.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://devel.ringlet.net/net/urelay/
|
MASTER_SITES= http://devel.ringlet.net/net/urelay/
|
||||||
|
|
||||||
|
@ -9,8 +10,9 @@ WWW= https://devel.ringlet.net/net/urelay/
|
||||||
|
|
||||||
USES= uidfix
|
USES= uidfix
|
||||||
PLIST_FILES= bin/urelay \
|
PLIST_FILES= bin/urelay \
|
||||||
man/man1/urelay.1.gz
|
share/man/man1/urelay.1.gz
|
||||||
|
|
||||||
|
MAKE_ARGS= MANDIR=${PREFIX}/share/man/man
|
||||||
MAKE_ENV+= NO_WDATE_TIME=yes
|
MAKE_ENV+= NO_WDATE_TIME=yes
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue