archivers/lzip: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
7ebe959422
commit
743355a96d
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= lzip
|
||||
DISTVERSION= 1.23
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SAVANNAH/lzip
|
||||
|
||||
|
@ -11,9 +12,10 @@ LICENSE= GPLv2
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
PLIST_FILES= bin/lzip \
|
||||
man/man1/lzip.1.gz
|
||||
share/man/man1/lzip.1.gz
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= CXX="${CXX}" \
|
||||
CXXFLAGS="${CXXFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
|
|
Loading…
Reference in a new issue