Fix conversion to new options framework

This commit is contained in:
Baptiste Daroussin 2013-02-12 11:22:02 +00:00
parent 6ea99350d6
commit 260b1fcdba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312097

View file

@ -1,10 +1,5 @@
# ex:ts=8
# New ports collection makefile for: sqlite
# Date created: Feb 21, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
#
PORTNAME= sqlite
PORTVERSION= 2.8.17
@ -85,7 +80,7 @@ post-install:
@(cd ${WRKSRC} && ${GMAKE} install-tcl)
${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${PREFIX}/lib/sqlite/
.endif
.if ${PORT_OPTIONS:MTCL}
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif