mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- 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
This commit is contained in:
parent
14aba22ba8
commit
a2d34f9f47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=305747
1 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue