mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
print/pnm2ppa: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
376e1a0863
commit
1da6bc8e2d
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= pnm2ppa
|
||||
PORTVERSION= 1.13
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -44,7 +44,7 @@ do-install:
|
|||
${INSTALL_PROGRAM} ${WRKSRC}/pnm2ppa ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/asciippafilter ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ppafilter ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/pnm2ppa.1 ${STAGEDIR}${PREFIX}/man/man1
|
||||
${INSTALL_MAN} ${WRKSRC}/pnm2ppa.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
||||
${INSTALL_DATA} ${WRKSRC}/pnm2ppa.conf.sample ${STAGEDIR}${PREFIX}/etc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,4 +3,4 @@ bin/calibrate_ppa
|
|||
bin/pnm2ppa
|
||||
bin/ppafilter
|
||||
@sample etc/pnm2ppa.conf.sample
|
||||
man/man1/pnm2ppa.1.gz
|
||||
share/man/man1/pnm2ppa.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue