Skip to content

Commit

Permalink
lang/pcc: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 9, 2024
1 parent e3664bf commit 01d62de
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions lang/pcc/Makefile
@@ -1,6 +1,6 @@
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/ \
Expand All @@ -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

Expand Down

0 comments on commit 01d62de

Please sign in to comment.