diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 840ce94382a2b453f8e23aaa7f4b47e17540cf78 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /math/R-PHYLOGR | |
parent | 6ec0551db2bce57c311ad995aa1d22786cfe926d (diff) | |
download | pkgsrc-840ce94382a2b453f8e23aaa7f4b47e17540cf78.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'math/R-PHYLOGR')
-rw-r--r-- | math/R-PHYLOGR/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/math/R-PHYLOGR/Makefile b/math/R-PHYLOGR/Makefile index 524802ca08e..c33f7a092a1 100644 --- a/math/R-PHYLOGR/Makefile +++ b/math/R-PHYLOGR/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:00 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/22 19:26:45 wiz Exp $ # PKGREVISION= 1 -CATEGORIES= databases math -MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} +CATEGORIES= databases math +MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} -MAINTAINER= mchittur@cs.nmsu.edu -HOMEPAGE= ${R_HOMEPAGE_BASE}/PHYLOGR.html +MAINTAINER= mchittur@cs.nmsu.edu +HOMEPAGE= ${R_HOMEPAGE_BASE}/PHYLOGR.html COMMENT= Manipulation of phylogenetically simulated data sets using GLS -R_PKGNAME= PHYLOGR -R_PKGVER= 1.0.3 +R_PKGNAME= PHYLOGR +R_PKGVER= 1.0.3 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" |