mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
sysutils/ipdbtools: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
4032f4ac55
commit
08a810fea3
@ -1,7 +1,7 @@
|
||||
PORTNAME= ipdbtools
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.1.2
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= sysutils
|
||||
|
||||
MAINTAINER= cyclaero@gmail.com
|
||||
@ -19,9 +19,12 @@ GH_PROJECT= ipdb
|
||||
PLIST_FILES= bin/ipup \
|
||||
bin/ipdb \
|
||||
bin/ipdb-update.sh \
|
||||
man/man1/ipdbtools.1.gz \
|
||||
man/man1/ipup.1.gz \
|
||||
man/man1/ipdb.1.gz \
|
||||
man/man1/ipdb-update.sh.1.gz
|
||||
share/man/man1/ipdbtools.1.gz \
|
||||
share/man/man1/ipup.1.gz \
|
||||
share/man/man1/ipdb.1.gz \
|
||||
share/man/man1/ipdb-update.sh.1.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|man/man1|share/man/man1|' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user