From owner-svn-ports-head@FreeBSD.ORG Mon Dec 31 14:10:52 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB22559D; Mon, 31 Dec 2012 14:10:52 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id C09578FC08; Mon, 31 Dec 2012 14:10:52 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBVEAqXK046837; Mon, 31 Dec 2012 14:10:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBVEAqYI046836; Mon, 31 Dec 2012 14:10:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201212311410.qBVEAqYI046836@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 31 Dec 2012 14:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309744 - head/archivers/tclmkziplib X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Dec 2012 14:10:52 -0000 Author: bapt Date: Mon Dec 31 14:10:52 2012 New Revision: 309744 URL: http://svnweb.freebsd.org/changeset/ports/309744 Log: Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS Remove useless use of pre.mk/post.mk Trim headers Modified: head/archivers/tclmkziplib/Makefile Modified: head/archivers/tclmkziplib/Makefile ============================================================================== --- head/archivers/tclmkziplib/Makefile Mon Dec 31 14:08:48 2012 (r309743) +++ head/archivers/tclmkziplib/Makefile Mon Dec 31 14:10:52 2012 (r309744) @@ -1,9 +1,5 @@ -# New ports collection makefile for: tclmkziplib -# Date created: 4 Jan 2007 -# Whom: Martin Matuska -# +# Created by: Martin Matuska # $FreeBSD$ -# PORTNAME= tclmkziplib PORTVERSION= 1.0 @@ -22,7 +18,7 @@ USE_TCL= 84+ WRKSRC= ${WRKDIR}/mkZiplib${PORTVERSION} USE_ZIP= yes -.include +.include TCLCONFIG?= ${LOCALBASE}/lib/tcl${TCL_VER}/tclConfig.sh @@ -42,9 +38,9 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/pkgIndex.tcl ${PREFIX}/lib/mkZiplib post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @ ${MKDIR} ${DOCSDIR} @ ${INSTALL_DATA} ${WRKSRC}/mkZiplib${PORTVERSION:S/.//}.htm ${DOCSDIR} .endif -.include +.include