archivers/plzip: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-20 22:37:35 +01:00
parent 743355a96d
commit 4285e092c1
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= plzip
PORTVERSION= 1.11
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SAVANNAH/lzip/${PORTNAME}
@ -12,12 +13,13 @@ LICENSE= GPLv2
BUILD_DEPENDS= lzlib>=1.1:archivers/lzlib
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= CXXFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALL_TARGET= install-strip
INFO= plzip
PLIST_FILES= bin/plzip \
man/man1/plzip.1.gz
share/man/man1/plzip.1.gz
.include <bsd.port.mk>