Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
532661b7
Commit
532661b7
authored
1 year ago
by
Kurt Jaeger
Browse files
Options
Downloads
Patches
Plain Diff
net-mgmt/nfdump: Moved man to share/man
parent
209a4f0b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
net-mgmt/nfdump/Makefile
+10
-7
10 additions, 7 deletions
net-mgmt/nfdump/Makefile
with
10 additions
and
7 deletions
net-mgmt/nfdump/Makefile
+
10
−
7
View file @
532661b7
PORTNAME
=
nfdump
PORTVERSION
=
1.7.3
PORTREVISION
=
1
DISTVERSIONPREFIX
=
v
CATEGORIES
=
net-mgmt
...
...
@@ -18,13 +19,15 @@ GH_ACCOUNT= phaag
USE_LDCONFIG
=
yes
GNU_CONFIGURE
=
yes
GNU_CONFIGURE_MANPREFIX
=
${
PREFIX
}
/share
INSTALL_TARGET
=
install-strip
PLIST_FILES
=
bin/nfanon bin/nfcapd bin/nfdump bin/nfexpire bin/nfreplay
\
lib/libnfdump-
${
PORTVERSION
}
.so lib/libnfdump.so
\
lib/libnfdump.a
\
man/man1/nfanon.1.gz man/man1/nfcapd.1.gz man/man1/nfdump.1.gz
\
man/man1/nfexpire.1.gz man/man1/nfreplay.1.gz
\
share/man/man1/nfanon.1.gz share/man/man1/nfcapd.1.gz
\
share/man/man1/nfdump.1.gz share/man/man1/nfexpire.1.gz
\
share/man/man1/nfreplay.1.gz
\
etc/nfdump.conf.sample
PORTDOCS
=
AUTHORS ChangeLog INSTALL NEWS README
...
...
@@ -48,20 +51,20 @@ FIXTIMEBUG_CONFIGURE_ENABLE= fixtimebug
FT2NFDUMP_BUILD_DEPENDS
=
flow-cat:net-mgmt/flow-tools
FT2NFDUMP_LIB_DEPENDS
=
libft.so:net-mgmt/flow-tools
FT2NFDUMP_CONFIGURE_ON
=
--enable-ftconv
--with-ftpath
=
${
LOCALBASE
}
FT2NFDUMP_PLIST_FILES
=
bin/ft2nfdump man/man1/ft2nfdump.1.gz
FT2NFDUMP_PLIST_FILES
=
bin/ft2nfdump
share/
man/man1/ft2nfdump.1.gz
INFLUXDB_LIB_DEPENDS
=
libcurl.so:ftp/curl
INFLUXDB_CONFIGURE_ENABLE
=
influxdb
NFPCAPD_CONFIGURE_ENABLE
=
nfpcapd
NFPCAPD_PLIST_FILES
=
bin/nfpcapd man/man1/nfpcapd.1.gz
NFPCAPD_PLIST_FILES
=
bin/nfpcapd
share/
man/man1/nfpcapd.1.gz
NFPROFILE_CONFIGURE_ENABLE
=
nfprofile
NFPROFILE_PLIST_FILES
=
bin/nfprofile man/man1/nfprofile.1.gz
NFPROFILE_PLIST_FILES
=
bin/nfprofile
share/
man/man1/nfprofile.1.gz
NFTRACK_CONFIGURE_ENABLE
=
nftrack
NFTRACK_PLIST_FILES
=
bin/nftrack
NSEL_CONFIGURE_ENABLE
=
nsel
READPCAP_CONFIGURE_ENABLE
=
readpcap
SFLOW_CONFIGURE_ENABLE
=
sflow
SFLOW_PLIST_FILES
=
bin/sfcapd man/man1/sfcapd.1.gz
GEODB_PLIST_FILES
=
bin/geolookup bin/updateGeoDB.sh man/man1/geolookup.1.gz
SFLOW_PLIST_FILES
=
bin/sfcapd
share/
man/man1/sfcapd.1.gz
GEODB_PLIST_FILES
=
bin/geolookup bin/updateGeoDB.sh
share/
man/man1/geolookup.1.gz
GEODB_CONFIGURE_ENABLE
=
maxmind
.
include
<bsd.port.pre.mk>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment