mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/pcc: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
e3664bff4e
commit
01d62de757
1 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pcc
|
PORTNAME= pcc
|
||||||
PORTVERSION= 1.1.0
|
PORTVERSION= 1.1.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
|
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
|
||||||
http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \
|
http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \
|
||||||
|
@ -10,25 +10,26 @@ MAINTAINER= joel@FreeBSD.org
|
||||||
COMMENT= Portable C Compiler
|
COMMENT= Portable C Compiler
|
||||||
WWW= http://pcc.ludd.ltu.se/
|
WWW= http://pcc.ludd.ltu.se/
|
||||||
|
|
||||||
LICENSE= BSDCOMPATIBLE BSD2CLAUSE BSD3CLAUSE
|
LICENSE= BSD2CLAUSE BSD3CLAUSE BSDCOMPATIBLE
|
||||||
LICENSE_COMB= multi
|
LICENSE_COMB= multi
|
||||||
LICENSE_NAME_BSDCOMPATIBLE= BSD-style compatible licenses
|
LICENSE_NAME_BSDCOMPATIBLE= BSD-style compatible licenses
|
||||||
LICENSE_TEXT_BSDCOMPATIBLE= The license: BSDCOMPATIBLE (${LICENSE_NAME_BSDCOMPATIBLE}),\
|
LICENSE_TEXT_BSDCOMPATIBLE= The license: BSDCOMPATIBLE (${LICENSE_NAME_BSDCOMPATIBLE}), \
|
||||||
please read from the web: http://pcc.ludd.ltu.se/licenses/
|
please read from the web: http://pcc.ludd.ltu.se/licenses/
|
||||||
LICENSE_PERMS_BSDCOMPATIBLE= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
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
|
ONLY_FOR_ARCHS= i386 amd64
|
||||||
|
|
||||||
|
RUN_DEPENDS= pcc-libs>=${PORTVERSION}:devel/pcc-libs
|
||||||
|
|
||||||
USES= gmake tar:tgz
|
USES= gmake tar:tgz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
||||||
CONFIGURE_ENV= YACC=${YACC}
|
CONFIGURE_ENV= YACC=${YACC}
|
||||||
|
|
||||||
PLIST_FILES= bin/pcc bin/pcpp \
|
PLIST_FILES= bin/pcc bin/pcpp \
|
||||||
libexec/ccom libexec/cxxcom libexec/cpp \
|
libexec/ccom libexec/cxxcom libexec/cpp \
|
||||||
man/man1/ccom.1.gz man/man1/cpp.1.gz \
|
share/man/man1/ccom.1.gz share/man/man1/cpp.1.gz \
|
||||||
man/man1/pcc.1.gz
|
share/man/man1/pcc.1.gz
|
||||||
|
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue