1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/ipdbtools: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-26 06:42:17 +01:00
parent 4032f4ac55
commit 08a810fea3
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91

View File

@ -1,7 +1,7 @@
PORTNAME= ipdbtools PORTNAME= ipdbtools
DISTVERSIONPREFIX= v DISTVERSIONPREFIX= v
DISTVERSION= 1.1.2 DISTVERSION= 1.1.2
PORTREVISION= 3 PORTREVISION= 4
CATEGORIES= sysutils CATEGORIES= sysutils
MAINTAINER= cyclaero@gmail.com MAINTAINER= cyclaero@gmail.com
@ -19,9 +19,12 @@ GH_PROJECT= ipdb
PLIST_FILES= bin/ipup \ PLIST_FILES= bin/ipup \
bin/ipdb \ bin/ipdb \
bin/ipdb-update.sh \ bin/ipdb-update.sh \
man/man1/ipdbtools.1.gz \ share/man/man1/ipdbtools.1.gz \
man/man1/ipup.1.gz \ share/man/man1/ipup.1.gz \
man/man1/ipdb.1.gz \ share/man/man1/ipdb.1.gz \
man/man1/ipdb-update.sh.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> .include <bsd.port.mk>