diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /textproc/info2man | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) |
Notes
Diffstat (limited to 'textproc/info2man')
-rw-r--r-- | textproc/info2man/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/info2man/Makefile b/textproc/info2man/Makefile index 2d5355a81c13..6468507a658b 100644 --- a/textproc/info2man/Makefile +++ b/textproc/info2man/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: info2man -# Date created: 19 January 2005 -# Whom: Thierry Thomas <thierry@pompo.net> -# +# Created by: Thierry Thomas <thierry@pompo.net> # $FreeBSD$ -# PORTNAME= info2man PORTVERSION= 20040717 @@ -15,7 +11,7 @@ DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Translate GNU info files into man pages -USE_PERL5= yes +USES= perl5 NO_WRKSUBDIR= yes NO_BUILD= yes |