sysutils/opendircolors: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7a4e8412a3
commit
4cdc7f189a
2 changed files with 7 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
PORTNAME= opendircolors
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.0.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= me@cameronkatri.com
|
||||
|
@ -14,6 +15,9 @@ USES= uidfix
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= CRKatri
|
||||
|
||||
MAKE_ENV= BINDIR="${PREFIX}/bin" \
|
||||
MANDIR="${PREFIX}/share/man/man"
|
||||
|
||||
CONFLICTS_INSTALL= gnuls # bin/dircolors
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/dircolors
|
||||
bin/dirconvert
|
||||
bin/opendircolors
|
||||
man/man1/dircolors.1.gz
|
||||
man/man1/dirconvert.1.gz
|
||||
man/man1/opendircolors.1.gz
|
||||
share/man/man1/dircolors.1.gz
|
||||
share/man/man1/dirconvert.1.gz
|
||||
share/man/man1/opendircolors.1.gz
|
||||
|
|
Loading…
Reference in a new issue