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
3
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
1ee98fdf
There was an error fetching the commit references. Please try again later.
Commit
1ee98fdf
authored
1 year ago
by
Muhammad Moinur Rahman
Browse files
Options
Downloads
Patches
Plain Diff
irc/pounce: Sanitize MANPREFIX
Approved by: portmgr (blanket)
parent
b19405d0
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
irc/pounce/Makefile
+2
-2
2 additions, 2 deletions
irc/pounce/Makefile
irc/pounce/pkg-plist
+2
-2
2 additions, 2 deletions
irc/pounce/pkg-plist
with
4 additions
and
4 deletions
irc/pounce/Makefile
+
2
−
2
View file @
1ee98fdf
PORTNAME
=
pounce
DISTVERSION
=
3.1
PORTREVISION
=
1
PORTREVISION
=
2
CATEGORIES
=
irc
MASTER_SITES
=
https://git.causal.agency/pounce/snapshot/
...
...
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES
=
compiler:c11 localbase:ldflags ssl
USE_RC_SUBR
=
calico pounce
MAKE_ENV
+=
MANDIR
=
${
MAN
PREFIX
}
/man
MAKE_ENV
+=
MANDIR
=
${
PREFIX
}
/
share/
man
CFLAGS
+=
-D
'OPENSSL_BIN=\"
${
OPENSSL_BIN
}
\"'
.
include
<bsd.port.pre.mk>
...
...
This diff is collapsed.
Click to expand it.
irc/pounce/pkg-plist
+
2
−
2
View file @
1ee98fdf
bin/calico
bin/pounce
man/man1/calico.1.gz
man/man1/pounce.1.gz
share/
man/man1/calico.1.gz
share/
man/man1/pounce.1.gz
@dir /var/run/calico
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