- Drop 8.x support
Approved by: portmgr blanket
This commit is contained in:
parent
4e78cf2e44
commit
3c481e8a82
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=397242
1 changed files with 1 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue