mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 03:56:39 -04:00
print/t1utils: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
473a08bd28
commit
cf09de2125
2 changed files with 8 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= t1utils
|
||||
PORTVERSION= 1.32
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= http://www.lcdf.org/type/
|
||||
|
||||
|
@ -10,5 +11,6 @@ WWW= https://www.lcdf.org/~eddietwo/type/
|
|||
USES= cpe
|
||||
CPE_VENDOR= ${PORTNAME}_project
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -4,9 +4,9 @@ bin/t1binary
|
|||
bin/t1disasm
|
||||
bin/t1mac
|
||||
bin/t1unmac
|
||||
man/man1/t1asm.1.gz
|
||||
man/man1/t1binary.1.gz
|
||||
man/man1/t1disasm.1.gz
|
||||
man/man1/t1mac.1.gz
|
||||
man/man1/t1unmac.1.gz
|
||||
man/man1/t1ascii.1.gz
|
||||
share/man/man1/t1asm.1.gz
|
||||
share/man/man1/t1binary.1.gz
|
||||
share/man/man1/t1disasm.1.gz
|
||||
share/man/man1/t1mac.1.gz
|
||||
share/man/man1/t1unmac.1.gz
|
||||
share/man/man1/t1ascii.1.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue