summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-03-17 11:08:44 +0000
commite13f00eca1f51702adb78801c20a44e6c3c654f5 (patch)
treec11dcd403b15ec2193f9780ff09ea6f79b6d7858 /editors
parent- Update MASTER_SITES (diff)
- Mark ports that have been broken for six month or more, or never compiled on
7.X and up, for removal in one month
Notes
Notes: svn path=/head/; revision=271083
Diffstat (limited to 'editors')
-rw-r--r--editors/zed/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/editors/zed/Makefile b/editors/zed/Makefile
index 59fa12b453bc..2247c10a321f 100644
--- a/editors/zed/Makefile
+++ b/editors/zed/Makefile
@@ -14,6 +14,10 @@ MASTER_SITES= http://zed.c3po.it/
MAINTAINER= exile@chamber.ee
COMMENT= Simple, small, fast, highly configurable text editor
+BROKEN= Does not compile with GCC 4.2
+DEPRECATED= does not compile on FreeBSD 7.x or newer
+EXPIRATION_DATE=2011-04-17
+
DOCS= CHANGES zed.doc
do-install:
@@ -24,10 +28,4 @@ do-install:
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Does not compile with GCC 4.2
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>