- Add LICENSE_FILE

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2015-12-03 17:26:10 +00:00
parent d6112573dd
commit 5a470f2c62
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402893

View file

@ -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}