Skip to content

Commit

Permalink
net/tcpflow: 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 713f5fd commit 390e59f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion net/tcpflow/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tcpflow
PORTVERSION= 1.6.1
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://downloads.digitalcorpora.org/downloads/${PORTNAME}/

Expand All @@ -19,6 +20,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
USES= cpe ssl xorg
USE_XORG= pixman
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= ac_cv_lib_md_MD5=no \
ac_cv_header_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \
ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no \
Expand All @@ -28,6 +30,6 @@ LIBS+= -L${LOCALBASE}/lib

CPE_VENDOR= digitalcorpora

PLIST_FILES= bin/tcpflow man/man1/tcpflow.1.gz
PLIST_FILES= bin/tcpflow share/man/man1/tcpflow.1.gz

.include <bsd.port.mk>

0 comments on commit 390e59f

Please sign in to comment.