mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
sysutils/acltool: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
b5772c7588
commit
e166c09a94
2 changed files with 6 additions and 4 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= acltool
|
PORTNAME= acltool
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.16.2
|
DISTVERSION= 1.16.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils security
|
CATEGORIES= sysutils security
|
||||||
|
|
||||||
MAINTAINER= pen@lysator.liu.se
|
MAINTAINER= pen@lysator.liu.se
|
||||||
|
@ -33,6 +34,7 @@ USE_GITHUB= yes
|
||||||
GH_ACCOUNT= ptrrkssn
|
GH_ACCOUNT= ptrrkssn
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -2,7 +2,7 @@ bin/acltool
|
||||||
bin/edac
|
bin/edac
|
||||||
bin/lac
|
bin/lac
|
||||||
bin/sac
|
bin/sac
|
||||||
man/man1/acltool.1.gz
|
share/man/man1/acltool.1.gz
|
||||||
man/man1/edac.1.gz
|
share/man/man1/edac.1.gz
|
||||||
man/man1/lac.1.gz
|
share/man/man1/lac.1.gz
|
||||||
man/man1/sac.1.gz
|
share/man/man1/sac.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue