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
01d62de7
Commit
01d62de7
authored
1 year ago
by
Nuno Teixeira
Browse files
Options
Downloads
Patches
Plain Diff
lang/pcc: Move man pages to share/man
Approved by: portmgr (blanket)
parent
e3664bff
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
lang/pcc/Makefile
+9
-8
9 additions, 8 deletions
lang/pcc/Makefile
with
9 additions
and
8 deletions
lang/pcc/Makefile
+
9
−
8
View file @
01d62de7
PORTNAME
=
pcc
PORTVERSION
=
1.1.0
PORTREVISION
=
1
PORTREVISION
=
2
CATEGORIES
=
lang
MASTER_SITES
=
ftp://pcc.ludd.ltu.se/pub/pcc-releases/
\
http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/
\
...
...
@@ -10,25 +10,26 @@ MAINTAINER= joel@FreeBSD.org
COMMENT
=
Portable C Compiler
WWW
=
http://pcc.ludd.ltu.se/
LICENSE
=
BSDCOMPATIBLE
BSD2CLAUSE BSD3CLAUSE
LICENSE
=
BSD2CLAUSE BSD3CLAUSE
BSDCOMPATIBLE
LICENSE_COMB
=
multi
LICENSE_NAME_BSDCOMPATIBLE
=
BSD-style compatible licenses
LICENSE_TEXT_BSDCOMPATIBLE
=
The license: BSDCOMPATIBLE
(
${
LICENSE_NAME_BSDCOMPATIBLE
}
)
,
\
please
read
from the web: http://pcc.ludd.ltu.se/licenses/
LICENSE_TEXT_BSDCOMPATIBLE
=
The license: BSDCOMPATIBLE
(
${
LICENSE_NAME_BSDCOMPATIBLE
}
)
,
\
please
read
from the web: http://pcc.ludd.ltu.se/licenses/
LICENSE_PERMS_BSDCOMPATIBLE
=
dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
RUN_DEPENDS
=
pcc-libs>
=
${
PORTVERSION
}
:devel/pcc-libs
ONLY_FOR_ARCHS
=
i386 amd64
RUN_DEPENDS
=
pcc-libs>
=
${
PORTVERSION
}
:devel/pcc-libs
USES
=
gmake
tar
:tgz
GNU_CONFIGURE
=
yes
GNU_CONFIGURE_MANPREFIX
=
${
PREFIX
}
/share
CONFIGURE_ENV
=
YACC
=
${
YACC
}
PLIST_FILES
=
bin/pcc bin/pcpp
\
libexec/ccom libexec/cxxcom libexec/cpp
\
man/man1/ccom.1.gz man/man1/cpp.1.gz
\
man/man1/pcc.1.gz
share/
man/man1/ccom.1.gz
share/
man/man1/cpp.1.gz
\
share/
man/man1/pcc.1.gz
MAKE_JOBS_UNSAFE
=
yes
...
...
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