Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Dec 2015 17:26:10 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402893 - head/ftp/oftpd
Message-ID:  <201512031726.tB3HQAFk076014@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512031726.tB3HQAFk076014>