summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-07-30 21:58:37 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-07-30 21:58:37 +0000
commit640fb28cf79ad2c4904844e63801ba8fb63d8dc1 (patch)
tree92da89b8e2ae9128eb2bbbb9232e7c591c95b9b5 /ftp
parentBROKEN on 5.x (diff)
Consolidate NO_CDROM and NO_PACKAGE into RESTRICTED, and mark BROKEN on
5.x (does not compile)
Notes
Notes: svn path=/head/; revision=85961
Diffstat (limited to 'ftp')
-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>