summaryrefslogtreecommitdiff
path: root/lang/pypy
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2012-10-12 01:04:30 +0000
committerJason E. Hale <jhale@FreeBSD.org>2012-10-12 01:04:30 +0000
commita2d34f9f47f7c6879b746ae97d7268cd9141ac0c (patch)
tree92dc2cbd05b6ad9d96b67875db4c87d0f08de2cd /lang/pypy
parentAdd a port of the development version of DragonEgg. (diff)
- Remove quotes from options string
While here: - Trim Makefile header PR: ports/172603 Submitted by: David Naylor <naylor.b.david@gmail.com> (maintainer) Approved by: makc, avilla (mentors, implicit) Reported by: Riccardo Torrini Feature safe: yes
Notes
Notes: svn path=/head/; revision=305747
Diffstat (limited to 'lang/pypy')
-rw-r--r--lang/pypy/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile
index 05c1174b25ce..1600c2d1ad89 100644
--- a/lang/pypy/Makefile
+++ b/lang/pypy/Makefile
@@ -1,9 +1,5 @@
-# New ports collection Makefile for: pypy
-# Date created: 2011/05/17
-# Whom: David Naylor <naylor.b.david@gmail.com>
-#
+# Created by: David Naylor <naylor.b.david@gmail.com>
# $FreeBSD$
-#
PORTNAME= pypy
DISTVERSION= 1.9
@@ -23,7 +19,7 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 \
ffi:${PORTSDIR}/devel/libffi
OPTIONS_DEFINE= SANDBOX
-SANDBOX_DESC= "Translate a sandboxed pypy"
+SANDBOX_DESC= Translate a sandboxed pypy
BUILD_WRKSRC= ${WRKDIR}
USE_BZIP2= yes