svn commit: r402893 - head/ftp/oftpd
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Dec 3 17:26:11 UTC 2015
Author: amdmi3
Date: Thu Dec 3 17:26:10 2015
New Revision: 402893
URL: https://svnweb.freebsd.org/changeset/ports/402893
Log:
- Add LICENSE_FILE
- Switch to options helpers
Modified:
head/ftp/oftpd/Makefile
Modified: head/ftp/oftpd/Makefile
==============================================================================
--- head/ftp/oftpd/Makefile Thu Dec 3 17:26:06 2015 (r402892)
+++ head/ftp/oftpd/Makefile Thu Dec 3 17:26:10 2015 (r402893)
@@ -11,6 +11,7 @@ MAINTAINER= ports at 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}
More information about the svn-ports-head
mailing list