diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /textproc/highlight | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) | |
download | ports-b448c924112a2914f0569c0bcec9690b9fa159cd.tar.gz ports-b448c924112a2914f0569c0bcec9690b9fa159cd.zip |
Notes
Diffstat (limited to 'textproc/highlight')
-rw-r--r-- | textproc/highlight/Makefile | 8 |
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> |