Skip to content

Commit

Permalink
net/sup: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent c750990 commit 9799337
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions net/sup/Makefile
@@ -1,6 +1,7 @@
PORTNAME= sup
PORTVERSION= 2.0.20200824
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= hrs@FreeBSD.org
Expand All @@ -13,11 +14,13 @@ USES= uidfix
USE_GITHUB= yes
GH_ACCOUNT= hrs-allbsd

MAKE_ARGS= MANDIR=${PREFIX}/share/man/man

# XXX Static libraries with PIE are currently unsupported.
MAKE_ARGS+= WITHOUT_PIE=true

PLIST_FILES= bin/sup bin/supfilesrv bin/supscan \
man/man1/sup.1.gz man/man8/supfilesrv.8.gz \
man/man8/supscan.8.gz man/man8/supservers.8.gz
share/man/man1/sup.1.gz share/man/man8/supfilesrv.8.gz \
share/man/man8/supscan.8.gz share/man/man8/supservers.8.gz

.include <bsd.port.mk>

0 comments on commit 9799337

Please sign in to comment.