aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2003-07-31 05:58:37 +0800
committerkris <kris@FreeBSD.org>2003-07-31 05:58:37 +0800
commitc26ac574302adcb006219392c060ea37febc116d (patch)
tree699a497243b57cdf40b673f96705c065c5163231
parent324dd4583e90db3958360a7c23c4a33c610285ba (diff)
downloadfreebsd-ports-gnome-c26ac574302adcb006219392c060ea37febc116d.tar.gz
freebsd-ports-gnome-c26ac574302adcb006219392c060ea37febc116d.tar.zst
freebsd-ports-gnome-c26ac574302adcb006219392c060ea37febc116d.zip
Consolidate NO_CDROM and NO_PACKAGE into RESTRICTED, and mark BROKEN on
5.x (does not compile)
-rw-r--r--ftp/pftpd/Makefile11
1 files changed, 8 insertions, 3 deletions
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 <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 501000
+BROKEN= "Does not compile"
+.endif
+
post-install:
@${CAT} ${WRKSRC}/ISSUES
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>