From owner-svn-ports-all@FreeBSD.ORG Wed Jun 19 19:15:15 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2C550661; Wed, 19 Jun 2013 19:15:15 +0000 (UTC) (envelope-from bsam@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 0484119DE; Wed, 19 Jun 2013 19:15:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5JJFEju039551; Wed, 19 Jun 2013 19:15:14 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5JJFE2M039549; Wed, 19 Jun 2013 19:15:14 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306191915.r5JJFE2M039549@svn.freebsd.org> From: Boris Samorodov Date: Wed, 19 Jun 2013 19:15:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321313 - head/biology/recombine X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jun 2013 19:15:15 -0000 Author: bsam Date: Wed Jun 19 19:15:14 2013 New Revision: 321313 URL: http://svnweb.freebsd.org/changeset/ports/321313 Log: . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . mute mkdir; . use PLIST_FILES and PORTDOCS at Makefile; . remove pkg-plist; . trim Makefile headers; . remove article from COMMENT; . pet portlint -- use opne space after WWW: at pkg-descr. Deleted: head/biology/recombine/pkg-plist Modified: head/biology/recombine/Makefile head/biology/recombine/pkg-descr Modified: head/biology/recombine/Makefile ============================================================================== --- head/biology/recombine/Makefile Wed Jun 19 19:10:12 2013 (r321312) +++ head/biology/recombine/Makefile Wed Jun 19 19:15:14 2013 (r321313) @@ -1,9 +1,5 @@ -# New ports collection makefile for: recombine -# Date created: 6 August 2001 -# Whom: Johann Visagie -# +# Created by: Johann Visagie # $FreeBSD$ -# PORTNAME= recombine PORTVERSION= 1.41 @@ -12,19 +8,26 @@ MASTER_SITES= http://evolution.gs.washin DISTNAME= ${PORTNAME}${PORTVERSION}.src.doc MAINTAINER= ports@FreeBSD.org -COMMENT= A program to fit population models across sites +COMMENT= Program to fit population models across sites WRKSRC= ${WRKDIR}/${PORTNAME}${PORTVERSION} ALL_TARGET= ${PORTNAME} +PLIST_FILES+= bin/filetran bin/recombine +PORTDOCS= recombine.txt + +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/filetran ${PREFIX}/bin/ +.include + post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/recombine.txt ${DOCSDIR}/ .endif Modified: head/biology/recombine/pkg-descr ============================================================================== --- head/biology/recombine/pkg-descr Wed Jun 19 19:10:12 2013 (r321312) +++ head/biology/recombine/pkg-descr Wed Jun 19 19:15:14 2013 (r321313) @@ -7,4 +7,4 @@ Algorithm using Random Coalescence) suit http://evolution.genetics.washington.edu/lamarc.html -WWW: http://evolution.genetics.washington.edu/lamarc/recombine.html +WWW: http://evolution.genetics.washington.edu/lamarc/recombine.html