diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-01 17:27:43 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2001-01-01 17:27:43 +0000 |
commit | d5c80d60761fbd8c146ab1d8501b198059a19dbc (patch) | |
tree | e01ac35922951422f1bb22a072f3433218d38c9a | |
parent | 06f8644cbf427bf618dc812e9b184a213176f0ad (diff) | |
download | freebsd-ports-d5c80d60761fbd8c146ab1d8501b198059a19dbc.zip |
- manpages were missing in ports Makefile
therefore they were also missing in package (-> PORTREVISION bump)
- portlint complained about descr. line being too long, trimmed it down
to below 70 chars.
PR: 23973
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
-rw-r--r-- | print/apsfilter/Makefile | 5 | ||||
-rw-r--r-- | print/apsfilter/pkg-comment | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index e58042163a68..9b684914476b 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -7,7 +7,7 @@ PORTNAME= apsfilter PORTVERSION= 6.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MASTER_SITES= http://www.apsfilter.org/download/ @@ -41,6 +41,9 @@ RUN_DEPENDS+= psnup:${PORTSDIR}/print/psutils-letter RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick .endif +MAN1= apsfilter.1 +MAN5= apsfilterrc.5 + USE_BZIP2= yes WRKSRC= ${WRKDIR}/apsfilter SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" diff --git a/print/apsfilter/pkg-comment b/print/apsfilter/pkg-comment index 2f8669246336..bdba8a361d8e 100644 --- a/print/apsfilter/pkg-comment +++ b/print/apsfilter/pkg-comment @@ -1 +1 @@ -Magic print filter with auto file type recognition and duplex printing support +Magic print filter with auto file type recognition and duplex printing |