mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
ftp/tftp-hpa: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
fd5ec6804f
commit
203d131e9d
1 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= tftp-hpa
|
PORTNAME= tftp-hpa
|
||||||
PORTVERSION= 5.2
|
PORTVERSION= 5.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= ftp
|
CATEGORIES= ftp
|
||||||
MASTER_SITES= KERNEL_ORG/software/network/tftp/tftp-hpa
|
MASTER_SITES= KERNEL_ORG/software/network/tftp/tftp-hpa
|
||||||
|
|
||||||
|
@ -11,6 +11,7 @@ LICENSE= BSD4CLAUSE
|
||||||
|
|
||||||
USES= gmake tar:xz
|
USES= gmake tar:xz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USE_RC_SUBR= tftpd
|
USE_RC_SUBR= tftpd
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
@ -19,9 +20,9 @@ DESTDIRNAME= INSTALLROOT
|
||||||
|
|
||||||
PLIST_FILES= bin/tftp \
|
PLIST_FILES= bin/tftp \
|
||||||
libexec/in.tftpd \
|
libexec/in.tftpd \
|
||||||
man/man1/tftp.1.gz \
|
share/man/man1/tftp.1.gz \
|
||||||
man/man8/in.tftpd.8.gz \
|
share/man/man8/in.tftpd.8.gz \
|
||||||
man/man8/tftpd.8.gz
|
share/man/man8/tftpd.8.gz
|
||||||
PORTDOCS= CHANGES \
|
PORTDOCS= CHANGES \
|
||||||
README \
|
README \
|
||||||
README.security
|
README.security
|
||||||
|
|
Loading…
Add table
Reference in a new issue