From c26ac574302adcb006219392c060ea37febc116d Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 30 Jul 2003 21:58:37 +0000 Subject: Consolidate NO_CDROM and NO_PACKAGE into RESTRICTED, and mark BROKEN on 5.x (does not compile) --- ftp/pftpd/Makefile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ftp/pftpd/Makefile') diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index 9adbb539d4cc..b5d4e3454eaf 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -15,12 +15,17 @@ COMMENT= Multithreaded anonymous FTP daemon GNU_CONFIGURE= yes -NO_CDROM= License problem -NO_PACKAGE= ${NO_CDROM} +RESTRICTED= License problem MAN1= pftpd.1 rpad.1 +.include + +.if ${OSVERSION} > 501000 +BROKEN= "Does not compile" +.endif + post-install: @${CAT} ${WRKSRC}/ISSUES -.include +.include -- cgit