diff options
author | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 14:54:09 +0800 |
commit | 448a5e5ed056eca21f6e4c419f976b3ec6d14fd0 (patch) | |
tree | ce66d6984b8e2580d19a3e478f618b13623e3080 /textproc/man2html | |
parent | be5a215285755fb61a101782219027ad5e305270 (diff) | |
download | freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.gz freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.tar.zst freebsd-ports-gnome-448a5e5ed056eca21f6e4c419f976b3ec6d14fd0.zip |
- Convert to new Uses/perl5.mk framework
- Resolve issues with implicit lang/perl in extract and patch dependencies
- Trim Makefile header
Reviewed by: bapt@ (exp-run)
Approved by: bapt@ (portmrg@)
Diffstat (limited to 'textproc/man2html')
-rw-r--r-- | textproc/man2html/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile index bee7de0a15e7..c8e5940fd9ce 100644 --- a/textproc/man2html/Makefile +++ b/textproc/man2html/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: man2html -# Date created: 29 August 1998 -# Whom: Dima Sivachenko <demon@gpad.ac.ru> -# +# Created by: Dima Sivachenko <demon@gpad.ac.ru> # $FreeBSD$ -# PORTNAME= man2html PORTVERSION= 3.0.1 @@ -16,7 +12,8 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= demon@FreeBSD.org COMMENT= Convert nroff(1) man pages to HTML -USE_PERL5= yes +USES= perl5 +USE_PERL5= run build patch NO_BUILD= yes CGIDIR= ${PREFIX}/www/cgi-bin |