- Drop 8.x support

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-09-18 14:01:06 +00:00
parent 4e78cf2e44
commit 3c481e8a82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397242

View file

@ -20,12 +20,6 @@ PLIST_FILES= sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \
man/man8/bftpd.8.gz
PORTDOCS= en pl sk
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
BROKEN= does not compile on and 8.x
.endif
post-patch:
@${REINPLACE_CMD} -e 's,/etc/bftpd.conf,${PREFIX}/etc/bftpd.conf,' \
${WRKSRC}/mypaths.h
@ -38,4 +32,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/bftpd.conf ${STAGEDIR}${PREFIX}/etc/bftpd.conf.sample
@cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>
.include <bsd.port.mk>