aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2013-08-14 12:18:05 +0000
committerJohn Marino <marino@FreeBSD.org>2013-08-14 12:18:05 +0000
commitf5bda3915e4a4614b79e1ed8c23db69230a26cba (patch)
tree1793e285b9be9c10622c5e7f39ef9d89c81cd9bd /lang
parente58050db12ae5c3fb295c0d40e760a078c8b5818 (diff)
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/pcc/Makefile13
-rw-r--r--lang/pcc/pkg-descr2
2 files changed, 5 insertions, 10 deletions
diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile
index 75680a8460dd..43c33ff241b5 100644
--- a/lang/pcc/Makefile
+++ b/lang/pcc/Makefile
@@ -1,19 +1,12 @@
-# ex:ts=8
-# Ports collection makefile for: pcc
-# Date created: Mon Sept 17, 2007
-# Whom: David O'Brien (obrien@NUXI.org)
-#
+# Created by: David O'Brien (obrien@NUXI.org)
# $FreeBSD$
-#
PORTNAME= pcc
PORTVERSION= 1.0.0
-PORTREVISION= 0
CATEGORIES= lang
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/ \
ftp://226.net120.skekraft.net/pcc-releases/
-DISTNAME= pcc-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= joel@FreeBSD.org
@@ -24,7 +17,9 @@ ONLY_FOR_ARCHS= i386 amd64
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_ENV= YACC=${YACC}
-USE_GMAKE= yes
+USES= gmake
+
+MAKE_JOBS_UNSAFE=yes
MAN1= ccom.1 cpp.1 pcc.1
PLIST_FILES= bin/pcc libexec/ccom libexec/cpp
diff --git a/lang/pcc/pkg-descr b/lang/pcc/pkg-descr
index d5a86deb44fa..1843c6bc43cf 100644
--- a/lang/pcc/pkg-descr
+++ b/lang/pcc/pkg-descr
@@ -7,4 +7,4 @@ fast and understandable. I think of it as if it shall be able to compile and
run on PDP11 (even if it may not happen in reality). But with this in mind it
becomes important to think twice about what algorithms are used.
-WWW: http://pcc.ludd.ltu.se/
+WWW: http://pcc.ludd.ltu.se/