aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/highlight
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 14:21:46 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 14:21:46 +0800
commita048be6d33b3cc36897a6c1ff56b3123fe4882bb (patch)
treea1bc95a88408347209af32ce9d270f62a68d31ed /textproc/highlight
parent08fd42a6ba4cfc15ec8814217e373f4372da0992 (diff)
downloadfreebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.gz
freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.tar.zst
freebsd-ports-gnome-a048be6d33b3cc36897a6c1ff56b3123fe4882bb.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'textproc/highlight')
-rw-r--r--textproc/highlight/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/highlight/Makefile b/textproc/highlight/Makefile
index 2dbec4117714..c0dc29336ea3 100644
--- a/textproc/highlight/Makefile
+++ b/textproc/highlight/Makefile
@@ -34,12 +34,6 @@ MANCOMPRESSED= yes
PORTDOCS= *
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile
-.endif
-
post-patch:
@${REINPLACE_CMD} -e \
's|/etc/highlight|${DATADIR}|g' ${WRKSRC}/datadir.cpp
@@ -77,4 +71,4 @@ post-install:
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endfor
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>