diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-12 11:22:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-12 11:22:02 +0000 |
commit | 260b1fcdba4e3fdff274f85e08f115c437ed27ee (patch) | |
tree | 440634601359cd8449295703bb46e5bae2b4ff14 /databases/sqlite2 | |
parent | 6ea99350d63edec719f52a661bc0b16d3340a142 (diff) |
Fix conversion to new options framework
Notes
Notes:
svn path=/head/; revision=312097
Diffstat (limited to 'databases/sqlite2')
-rw-r--r-- | databases/sqlite2/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
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 <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 |