Turns out that env(1) knows how to parse a properly quoted string using -S "string", it makes the double eval used for the fetch command to be unnecessary. This is because running: eval "foo $(escape $bar)" is silly when this works: foo $bar So remove escaping and quoting, and sillyness. PR: 210198 Submitted by: mat Exp-run by: antoine Sponsored by: The FreeBSD Foundation, Absolight Differential Revision: https://reviews.freebsd.org/D6779
20 lines
577 B
Makefile
20 lines
577 B
Makefile
# Created by: Alexander Logvinov <ports@logvinov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= splash
|
|
PORTVERSION= 2.0.2
|
|
DISTVERSIONSUFFIX= -fx+tb+sb
|
|
CATEGORIES= www
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Splash screen for most Mozilla and Mozilla Based products
|
|
|
|
XPI_DISTNAME= splash!
|
|
XPI_ID= splash@aldreneo.com
|
|
XPI_NUM= 2995
|
|
XPI_FILES= chrome/splash.jar components/.autoreg components/splash.js \
|
|
defaults/preferences/splash.js chrome.manifest install.rdf
|
|
XPI_DIRS= chrome components defaults/preferences defaults
|
|
|
|
.include "${.CURDIR}/../xpi-adblock/Makefile.xpi"
|
|
.include <bsd.port.mk>
|