From owner-svn-ports-all@FreeBSD.ORG Wed Jun 19 12:43:29 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B373C507; Wed, 19 Jun 2013 12:43:29 +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 8C3BC1E8B; Wed, 19 Jun 2013 12:43:29 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5JChTfL011406; Wed, 19 Jun 2013 12:43:29 GMT (envelope-from bsam@svn.freebsd.org) Received: (from bsam@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5JChSUP011404; Wed, 19 Jun 2013 12:43:28 GMT (envelope-from bsam@svn.freebsd.org) Message-Id: <201306191243.r5JChSUP011404@svn.freebsd.org> From: Boris Samorodov Date: Wed, 19 Jun 2013 12:43:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321244 - head/biology/fluctuate 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 12:43:29 -0000 Author: bsam Date: Wed Jun 19 12:43:28 2013 New Revision: 321244 URL: http://svnweb.freebsd.org/changeset/ports/321244 Log: . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . use PLIST_FILES and PORTDOCS; . get rid of pkg-plist; . pet portlint: use one space after WWW: at pkg-descr; . trim Makefile headers; . remove the indefinite article from COMMENT. Deleted: head/biology/fluctuate/pkg-plist Modified: head/biology/fluctuate/Makefile head/biology/fluctuate/pkg-descr Modified: head/biology/fluctuate/Makefile ============================================================================== --- head/biology/fluctuate/Makefile Wed Jun 19 11:45:59 2013 (r321243) +++ head/biology/fluctuate/Makefile Wed Jun 19 12:43:28 2013 (r321244) @@ -1,9 +1,5 @@ -# New ports collection makefile for: fluctuate -# Date created: 6 August 2001 -# Whom: Johann Visagie -# +# Created by: Johann Visagie # $FreeBSD$ -# PORTNAME= fluctuate PORTVERSION= 1.40 @@ -12,16 +8,23 @@ MASTER_SITES= http://evolution.gs.washin DISTNAME= ${PORTNAME}1.4.src.doc MAINTAINER= ports@FreeBSD.org -COMMENT= A program to fit population models +COMMENT= Program to fit population models WRKSRC= ${WRKDIR}/${PORTNAME}1.4 ALL_TARGET= ${PORTNAME} +PLIST_FILES= bin/fluctuate +PORTDOCS= errors.doc fluctuate.doc + +OPTIONS_DEFINE= DOCS + do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @ ${MKDIR} ${DOCSDIR} @ ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}/ .endif Modified: head/biology/fluctuate/pkg-descr ============================================================================== --- head/biology/fluctuate/pkg-descr Wed Jun 19 11:45:59 2013 (r321243) +++ head/biology/fluctuate/pkg-descr Wed Jun 19 12:43:28 2013 (r321244) @@ -8,4 +8,4 @@ Algorithm using Random Coalescence) suit http://evolution.genetics.washington.edu/lamarc.html -WWW: http://evolution.genetics.washington.edu/lamarc/fluctuate.html +WWW: http://evolution.genetics.washington.edu/lamarc/fluctuate.html