svn commit: r312097 - head/databases/sqlite2
Baptiste Daroussin
bapt at FreeBSD.org
Tue Feb 12 11:22:03 UTC 2013
Author: bapt
Date: Tue Feb 12 11:22:02 2013
New Revision: 312097
URL: http://svnweb.freebsd.org/changeset/ports/312097
Log:
Fix conversion to new options framework
Modified:
head/databases/sqlite2/Makefile
Modified: head/databases/sqlite2/Makefile
==============================================================================
--- head/databases/sqlite2/Makefile Tue Feb 12 11:12:22 2013 (r312096)
+++ head/databases/sqlite2/Makefile Tue Feb 12 11:22:02 2013 (r312097)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: sqlite
-# Date created: Feb 21, 2001
-# Whom: Ying-Chieh Liao <ijliao at FreeBSD.org>
-#
+# Created by: Ying-Chieh Liao <ijliao at 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
More information about the svn-ports-head
mailing list