mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Install man page
PR: 141346 Submitted by: Nikolai Saoukh <nms+bsd@otdel-1.org> Approved by: maintainer timeout
This commit is contained in:
parent
f7a8ab672d
commit
3f646106c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246536
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= miniupnpd
|
||||
PORTVERSION= 1.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://miniupnp.tuxfamily.org/files/ \
|
||||
http://miniupnp.free.fr/files/
|
||||
@ -22,11 +22,14 @@ UUID!= uuidgen
|
||||
FWNAME?= pf
|
||||
PLIST_FILES= etc/miniupnpd.conf.sample sbin/miniupnpd
|
||||
|
||||
MAN8= miniupnpd.8
|
||||
|
||||
USE_RC_SUBR= miniupnpd.sh
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/miniupnpd ${PREFIX}/sbin/miniupnpd
|
||||
@${INSTALL_DATA} ${WRKDIR}/miniupnpd.conf.sample ${PREFIX}/etc/miniupnpd.conf.sample
|
||||
@${INSTALL_MAN} ${WRKSRC}/miniupnpd.1 ${PREFIX}/man/man8/miniupnpd.8
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user