mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
net/tcpflow: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
713f5fd4e8
commit
390e59f3e9
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= tcpflow
|
PORTNAME= tcpflow
|
||||||
PORTVERSION= 1.6.1
|
PORTVERSION= 1.6.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= net
|
CATEGORIES= net
|
||||||
MASTER_SITES= http://downloads.digitalcorpora.org/downloads/${PORTNAME}/
|
MASTER_SITES= http://downloads.digitalcorpora.org/downloads/${PORTNAME}/
|
||||||
|
|
||||||
|
@ -19,6 +20,7 @@ LIB_DEPENDS= libcairo.so:graphics/cairo \
|
||||||
USES= cpe ssl xorg
|
USES= cpe ssl xorg
|
||||||
USE_XORG= pixman
|
USE_XORG= pixman
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ENV= ac_cv_lib_md_MD5=no \
|
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_tre_tre_h=no ac_cv_lib_tre_tre_regcomp=no \
|
||||||
ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no \
|
ac_cv_header_sqlite3_h=no ac_cv_lib_sqlite3_sqlite3_libversion=no \
|
||||||
|
@ -28,6 +30,6 @@ LIBS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
CPE_VENDOR= digitalcorpora
|
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>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue