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
0b82429d
Commit
0b82429d
authored
1 year ago
by
Muhammad Moinur Rahman
Browse files
Options
Downloads
Patches
Plain Diff
math/jacal: Optionize INFO
parent
869d6b7e
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
math/jacal/Makefile
+10
-2
10 additions, 2 deletions
math/jacal/Makefile
with
10 additions
and
2 deletions
math/jacal/Makefile
+
10
−
2
View file @
0b82429d
...
...
@@ -12,19 +12,27 @@ LICENSE= GPLv3
RUN_DEPENDS
=
scm:lang/scm
\
${
LOCALBASE
}
/share/slib/require.scm:lang/slib
USES
=
gmake
makeinfo
zip
USES
=
gmake zip
HAS_CONFIGURE
=
yes
WRKSRC
=
${
WRKDIR
}
/
${
PORTNAME
}
NO_BUILD
=
yes
INFO
=
jacal
OPTIONS_DEFINE
=
INFO
OPTIONS_DEFAULT
=
INFO
INFO_USES
=
makeinfo
INFO_INFO
=
jacal
post-patch
:
${
FIND
}
${
WRKSRC
}
-type
f
-exec
${
REINPLACE_CMD
}
-i
''
-e
's|%%PREFIX%%|
${
PREFIX
}
|'
{}
\;
${
CHMOD
}
+x
${
WRKSRC
}
/configure
post-patch-INFO-off
:
${
REINPLACE_CMD
}
-e
'/^install:/s|install-infoz||g'
\
${
WRKSRC
}
/Makefile
post-install
:
${
SED
}
-i
''
-e
's|
${
STAGEDIR
}${
PREFIX
}
|
${
PREFIX
}
|g'
${
STAGEDIR
}${
PREFIX
}
/bin/jacal
...
...
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