aboutsummaryrefslogtreecommitdiff
path: root/ftp/bsdftpd-ssl
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-03 18:18:02 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-03 18:18:02 +0000
commit660fc56a8271307f10301a4a1f1978186d01f4c5 (patch)
treeb536625912e0dbf4d80e3e4ce6844a97d066e3da /ftp/bsdftpd-ssl
parentbd1c82afd5fab20a6f03dbf17222a7c7ac90f1fb (diff)
downloadports-660fc56a8271307f10301a4a1f1978186d01f4c5.tar.gz
ports-660fc56a8271307f10301a4a1f1978186d01f4c5.zip
Resolve unnecessary bsd.port.options.mk inclusion by using OPTIONS helpers.
Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=360440
Diffstat (limited to 'ftp/bsdftpd-ssl')
-rw-r--r--ftp/bsdftpd-ssl/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/bsdftpd-ssl/Makefile b/ftp/bsdftpd-ssl/Makefile
index cea885b7b972..69e08697412e 100644
--- a/ftp/bsdftpd-ssl/Makefile
+++ b/ftp/bsdftpd-ssl/Makefile
@@ -15,7 +15,7 @@ USE_OPENSSL= yes
MAKE_ENV+= OBJFORMAT=elf
MAKE_JOBS_UNSAFE= yes
-OPTIONS_DEFINE= SERVER
+OPTIONS_DEFINE= SERVER DOCS EXAMPLES
SERVER_DESC= Build/install FTP server as well
OPTIONS_SUB= yes
USE_RC_SUBR= ${PORTNAME}
@@ -59,13 +59,11 @@ do-install:
.endif
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
. for file in COPYRIGHT README INSTALL ChangeLog
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
. endfor
-.endif
.if ${PORT_OPTIONS:MSERVER} && ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/cert