summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca>2011-05-12 14:52:59 +0000
committertaca <taca>2011-05-12 14:52:59 +0000
commit01d0613b77cbcf250f5d1db8a3b461453159d10d (patch)
treecb362de675a48b02ba74a52f34bc505bc9c442a4 /www
parent60cf4a5585b435eaa1fecb04b31ae06ecb250a47 (diff)
downloadpkgsrc-01d0613b77cbcf250f5d1db8a3b461453159d10d.tar.gz
typolight's PKG_OPTIONS has removed.
Diffstat (limited to 'www')
-rw-r--r--www/typolight/options.mk12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/typolight/options.mk b/www/typolight/options.mk
deleted file mode 100644
index e3424e572f5..00000000000
--- a/www/typolight/options.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $NetBSD: options.mk,v 1.2 2009/04/26 03:34:13 taca Exp $
-
-PKG_OPTIONS_VAR= PKG_OPTIONS.typolight${TL_VER}
-PKG_SUPPORTED_OPTIONS= typolight-liveupdate
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mtypolight-liveupdate)
-FILES_SUBST+= TL_UPDATE=YES
-.else
-FILES_SUBST+= TL_UPDATE=NO
-.endif