mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
parent
d6112573dd
commit
5a470f2c62
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402893
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,7 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= Threaded, anonymous only FTP server designed for security
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
|
@ -28,6 +29,8 @@ post-patch:
|
|||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/oftpd ${STAGEDIR}${PREFIX}/sbin
|
||||
${INSTALL_MAN} ${WRKSRC}/man/oftpd.8 ${STAGEDIR}${MANPREFIX}/man/man8
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue