- Add LICENSE
- Add missing USES=libedit - Use MANPREFIX
This commit is contained in:
parent
91476b9329
commit
549c917794
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427019
@ -9,17 +9,22 @@ MASTER_SITES= http://www.mavetju.org/download/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Upcoming replacement for tftp(1) and tftpd(8)
|
||||
|
||||
PLIST_FILES= bin/tftp libexec/tftpd \
|
||||
share/man/man8/tftpd.8.gz share/man/man1/tftp.1.gz
|
||||
LICENSE= BSD4CLAUSE
|
||||
|
||||
USES= libedit
|
||||
WRKSRC= ${WRKDIR}
|
||||
NO_PACKAGE= Installs software in /usr/libexec and /usr/bin
|
||||
PREFIX= /usr
|
||||
|
||||
PLIST_FILES= bin/tftp \
|
||||
libexec/tftpd \
|
||||
share/man/man8/tftpd.8.gz \
|
||||
share/man/man1/tftp.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/usr.bin/tftp/tftp ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/libexec/tftpd/tftpd ${STAGEDIR}${PREFIX}/libexec
|
||||
${INSTALL_MAN} ${WRKSRC}/usr.bin/tftp/tftp.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/libexec/tftpd/tftpd.8 ${STAGEDIR}${PREFIX}/share/man/man8
|
||||
${INSTALL_MAN} ${WRKSRC}/usr.bin/tftp/tftp.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/libexec/tftpd/tftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user