From 260b1fcdba4e3fdff274f85e08f115c437ed27ee Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Tue, 12 Feb 2013 11:22:02 +0000 Subject: Fix conversion to new options framework --- databases/sqlite2/Makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'databases/sqlite2/Makefile') diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile index 3539d91d7dd4..9ee1ef1b0b44 100644 --- a/databases/sqlite2/Makefile +++ b/databases/sqlite2/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: sqlite -# Date created: Feb 21, 2001 -# Whom: Ying-Chieh Liao -# +# Created by: Ying-Chieh Liao # $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 -- cgit v1.2.3