diff options
author | eadler <eadler@FreeBSD.org> | 2013-03-18 00:44:03 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-03-18 00:44:03 +0800 |
commit | 71895900fd6fa9ad43cdba0308c28adf21072402 (patch) | |
tree | 714df0089543163a31b071ff99c6d7c402c1a326 /science/vmd | |
parent | 304ff4be682631b060a20005447c0421fc51d63d (diff) | |
download | freebsd-ports-gnome-71895900fd6fa9ad43cdba0308c28adf21072402.tar.gz freebsd-ports-gnome-71895900fd6fa9ad43cdba0308c28adf21072402.tar.zst freebsd-ports-gnome-71895900fd6fa9ad43cdba0308c28adf21072402.zip |
Fix minor nit: use the canconical FreeBSD.org form for email addresses.
This was causing me issues when attempting to gather certain statistics.
While here trim header
Approved by: miwi, adrian, tj
No objection from: db, bjk, cperciva, scheidell, osa
Diffstat (limited to 'science/vmd')
-rw-r--r-- | science/vmd/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/science/vmd/Makefile b/science/vmd/Makefile index 6bf43d184d3d..d3d33ef66668 100644 --- a/science/vmd/Makefile +++ b/science/vmd/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: vmd -# Date created: 12 August 2004 -# Whom: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# +# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> # $FreeBSD$ -# PORTNAME= vmd DISTVERSION= 1.9.1 @@ -15,7 +11,7 @@ DISTFILES= ${VMD_DIST} \ ${TACHYON_DIST}:tachyon \ ${STRIDE_DIST}:stride -MAINTAINER= bjk@freebsd.org +MAINTAINER= bjk@FreeBSD.org COMMENT= A molecular visualization program BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ |