mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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>
This commit is contained in:
parent
06f8644cbf
commit
d5c80d6076
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36576
2 changed files with 5 additions and 2 deletions
|
@ -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}"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue