Skip to content

Commit

Permalink
net/zmap: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 20, 2024
1 parent 9ca0f1c commit 9431a1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions net/zmap/Makefile
@@ -1,6 +1,7 @@
PORTNAME= zmap
DISTVERSION= 3.0.0
DISTVERSIONPREFIX= v
DISTVERSION= 3.0.0
PORTREVISION= 1
CATEGORIES= net

MAINTAINER= yuri@FreeBSD.org
Expand Down Expand Up @@ -39,8 +40,6 @@ JSON_CMAKE_BOOL= WITH_JSON
post-patch:
@${REINPLACE_CMD} -i '' -e 's|/etc/zmap|${LOCALBASE}/etc/zmap|g' -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -i '' -e 's|share/man/man1|man/man1|g' \
${WRKSRC}/src/CMakeLists.txt
@${REINPLACE_CMD} -i '' -e 's|/etc/zmap/zmap.conf|${LOCALBASE}/etc/zmap/zmap.conf|g' \
${WRKSRC}/src/zopt.ggo.in \
${WRKSRC}/src/zmap.c
Expand Down
8 changes: 4 additions & 4 deletions net/zmap/pkg-plist
@@ -1,10 +1,10 @@
%%ETCDIR%%/blocklist.conf
%%ETCDIR%%/zmap.conf
man/man1/zblocklist.1.gz
man/man1/ziterate.1.gz
man/man1/zmap.1.gz
man/man1/ztee.1.gz
sbin/zblocklist
sbin/ziterate
sbin/zmap
sbin/ztee
share/man/man1/zblocklist.1.gz
share/man/man1/ziterate.1.gz
share/man/man1/zmap.1.gz
share/man/man1/ztee.1.gz

0 comments on commit 9431a1d

Please sign in to comment.