diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-13 23:26:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-03-13 23:26:15 +0800 |
commit | ef7df1c3221c06881a48269d01559b0fbfe3b19c (patch) | |
tree | 4f3cafe4f0fc359c03d712729c54b158fc113d2b /www | |
parent | 682ed2529d405fa516fa510ee154d5c1e41bdd70 (diff) | |
download | marcuscom-ports-ef7df1c3221c06881a48269d01559b0fbfe3b19c.tar marcuscom-ports-ef7df1c3221c06881a48269d01559b0fbfe3b19c.tar.gz marcuscom-ports-ef7df1c3221c06881a48269d01559b0fbfe3b19c.tar.bz2 marcuscom-ports-ef7df1c3221c06881a48269d01559b0fbfe3b19c.tar.lz marcuscom-ports-ef7df1c3221c06881a48269d01559b0fbfe3b19c.tar.xz marcuscom-ports-ef7df1c3221c06881a48269d01559b0fbfe3b19c.tar.zst marcuscom-ports-ef7df1c3221c06881a48269d01559b0fbfe3b19c.zip |
Correct a typo when including the OPTIONS file.
Reported by: Beeblebrox <zaphod@berentweb.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17226 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www')
-rw-r--r-- | www/epiphany-extensions/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 086635814..1bb1c7415 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -1,6 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.139 2012/09/01 23:02:13 mezz Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.140 2012/12/13 20:33:05 kwm Exp $ PORTNAME= epiphany-extensions PORTVERSION= 2.30.2 @@ -36,7 +36,7 @@ PLIST_SUB= VERSION=${EPHY_VERSION} EPHY_VERSION=${EPHY_VERSION} OPTIONS_DEFINE= OPENSP OPENSP_DESC= OpenSP SGML support -.include <bsd.port.optioins.mk> +.include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSP} CONFIGURE_ARGS+= --enable-opensp=yes |