diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-12 19:22:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-12 19:22:02 +0800 |
commit | e9158b3352eb8bd22241830c18de5d40a82ec34c (patch) | |
tree | 440634601359cd8449295703bb46e5bae2b4ff14 /databases/sqlite2/Makefile | |
parent | e7478d46d12fdcd1cd2c340bb7010e47262974a0 (diff) | |
download | freebsd-ports-gnome-e9158b3352eb8bd22241830c18de5d40a82ec34c.tar.gz freebsd-ports-gnome-e9158b3352eb8bd22241830c18de5d40a82ec34c.tar.zst freebsd-ports-gnome-e9158b3352eb8bd22241830c18de5d40a82ec34c.zip |
Fix conversion to new options framework
Diffstat (limited to 'databases/sqlite2/Makefile')
-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 |