diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-20 23:14:33 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-20 23:50:53 +0100 |
commit | cf09de2125fa4c0bf215fba3313d36497596cc85 (patch) | |
tree | 347da3ff2539b1460d0f18ec01558f983b058c34 /print/t1utils | |
parent | devel/cdk: Moved man to share/man (diff) |
print/t1utils: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'print/t1utils')
-rw-r--r-- | print/t1utils/Makefile | 2 | ||||
-rw-r--r-- | print/t1utils/pkg-plist | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/print/t1utils/Makefile b/print/t1utils/Makefile index a1c5aad3732d..c51fa489202d 100644 --- a/print/t1utils/Makefile +++ b/print/t1utils/Makefile @@ -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> diff --git a/print/t1utils/pkg-plist b/print/t1utils/pkg-plist index e5897f02f187..46af77f76519 100644 --- a/print/t1utils/pkg-plist +++ b/print/t1utils/pkg-plist @@ -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 |