diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 19:16:15 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-12 19:16:15 +0000 |
commit | 1dd0f3b3d8b17e157a7e9a24e15688fd264f5fd9 (patch) | |
tree | 035692cd7cd7a79db3e920155947372d1cc7fd3c /biology/rasmol/Makefile | |
parent | Add ruby-qt2iconview, Qt2 iconview extension for Ruby. (diff) |
o update to 2.7.2.
o pass maintainership to ports@.
PR: 25685
Submitted by: maintainer
Diffstat (limited to 'biology/rasmol/Makefile')
-rw-r--r-- | biology/rasmol/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/biology/rasmol/Makefile b/biology/rasmol/Makefile index c4f0e1ad8eda..e7a8b377d124 100644 --- a/biology/rasmol/Makefile +++ b/biology/rasmol/Makefile @@ -6,14 +6,14 @@ # PORTNAME= rasmol -PORTVERSION= 2.7.1 +PORTVERSION= 2.7.2 CATEGORIES= biology MASTER_SITES= ftp://ftp.bernstein-plus-sons.com/software/ -DISTNAME= RasMol_2.7.1 +DISTNAME= RasMol_2.7.2 -MAINTAINER= frankch@waru.life.nthu.edu.tw +MAINTAINER= ports@FreeBSD.org -WRKSRC= $(WRKDIR)/RasMol_2.7.1/src/ +WRKSRC= $(WRKDIR)/RasMol_2.7.2/src/ USE_IMAKE= yes MAN1= rasmol.1 |