Fix conversion to new options framework
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user