diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:01:06 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-18 22:01:06 +0800 |
commit | 20fb499015d034421fae09d5da0ae26ae53d3f51 (patch) | |
tree | 77e3e293f9fd0f35f5aa08e9e36a0b9edc4cac8d | |
parent | f8d42249c87f6f9b7262bfc29d7f918fa0d60481 (diff) | |
download | freebsd-ports-gnome-20fb499015d034421fae09d5da0ae26ae53d3f51.tar.gz freebsd-ports-gnome-20fb499015d034421fae09d5da0ae26ae53d3f51.tar.zst freebsd-ports-gnome-20fb499015d034421fae09d5da0ae26ae53d3f51.zip |
- Drop 8.x support
Approved by: portmgr blanket
-rw-r--r-- | ftp/bftpd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/ftp/bftpd/Makefile b/ftp/bftpd/Makefile index 686dec9cdc76..dc0ad6cbf77b 100644 --- a/ftp/bftpd/Makefile +++ b/ftp/bftpd/Makefile @@ -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> |