diff options
| author | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 08:22:57 +0000 |
|---|---|---|
| committer | Andrej Zverev <az@FreeBSD.org> | 2013-05-24 08:22:57 +0000 |
| commit | 70cf7bd97d300e48969ecc3052542a7be283ab28 (patch) | |
| tree | 2a78daf377cfec2ad1c1bdb14f257cae71846ec2 /textproc/info_to_html | |
| parent | Mark BROKEN: depends on conflicting ports (diff) | |
- Trim Makefile header
- Remove unnecessary depend on PERL_LEVEL < 5.12
Notes
Notes:
svn path=/head/; revision=318926
Diffstat (limited to 'textproc/info_to_html')
| -rw-r--r-- | textproc/info_to_html/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/textproc/info_to_html/Makefile b/textproc/info_to_html/Makefile index 1f7738210af7..76212f15c359 100644 --- a/textproc/info_to_html/Makefile +++ b/textproc/info_to_html/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: info_to_html -# Date created: Jun 19, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= info_to_html PORTVERSION= 0.9.6 @@ -21,10 +16,6 @@ NO_BUILD= yes .include <bsd.port.pre.mk> -.if ${PERL_LEVEL} < 500903 -RUN_DEPENDS+= p5-IO-Compress>=2.017:${PORTSDIR}/archivers/p5-IO-Compress -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/info_to_html ${PREFIX}/bin |
