mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
converters/mpack: use ${PREFIX}/share/man
This commit is contained in:
parent
f4b052bdc2
commit
b1d57962b5
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= mpack
|
PORTNAME= mpack
|
||||||
PORTVERSION= 1.6
|
PORTVERSION= 1.6
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= converters mail news
|
CATEGORIES= converters mail news
|
||||||
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
|
||||||
|
|
||||||
|
@ -12,8 +12,9 @@ USES= cpe
|
||||||
CPE_VENDOR= mpack_project
|
CPE_VENDOR= mpack_project
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/mpack bin/munpack \
|
PLIST_FILES= bin/mpack bin/munpack \
|
||||||
man/man1/mpack.1.gz man/man1/munpack.1.gz
|
share/man/man1/mpack.1.gz share/man/man1/munpack.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue