diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 09:00:42 +0000 |
commit | 7fb9058d3779f78665d4d70d502c79ff2981fa9c (patch) | |
tree | 78c99d5e3c9b7c4f5753b7e607116636971828ef /textproc/sgmlformat | |
parent | 7c18e5b1365c2367fd183b3d7c997eb627f79bf2 (diff) |
Notes
Diffstat (limited to 'textproc/sgmlformat')
-rw-r--r-- | textproc/sgmlformat/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/sgmlformat/Makefile b/textproc/sgmlformat/Makefile index f422d2911270..492184c04747 100644 --- a/textproc/sgmlformat/Makefile +++ b/textproc/sgmlformat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sgmlformat -# Date created: July 16, 1997 -# Whom: jfieber -# +# Created by: jfieber # $FreeBSD$ -# PORTNAME= sgmlformat PORTVERSION= 1.7 @@ -15,7 +11,8 @@ MASTER_SITE_SUBDIR= kuriyama MAINTAINER= kuriyama@FreeBSD.org COMMENT= Generates groff and HTML from linuxdoc and docbook SGML documents -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run MAN1= instant.1 sgmlfmt.1 MAN5= transpec.5 |