diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-02 01:27:43 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-02 01:27:43 +0800 |
commit | 45364a345448ccd621457c33af8da623ab116a2f (patch) | |
tree | 5a278b5df47efddae02f5b172dc0490ff4ed6f6b /print | |
parent | a0ee8e7cd617c29eff4ffa5f54bdebc6e7e2bcab (diff) | |
download | freebsd-ports-gnome-45364a345448ccd621457c33af8da623ab116a2f.tar.gz freebsd-ports-gnome-45364a345448ccd621457c33af8da623ab116a2f.tar.zst freebsd-ports-gnome-45364a345448ccd621457c33af8da623ab116a2f.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>
Diffstat (limited to 'print')
-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 |