From 2ff5aca63712fe7635ac8476cf732120018a17df Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 3 Dec 2015 17:26:10 +0000 Subject: - Add LICENSE_FILE - Switch to options helpers --- ftp/oftpd/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ftp/oftpd') diff --git a/ftp/oftpd/Makefile b/ftp/oftpd/Makefile index 482f97636e70..40df13b75f84 100644 --- a/ftp/oftpd/Makefile +++ b/ftp/oftpd/Makefile @@ -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} -- cgit