diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-27 21:02:23 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2023-10-30 22:37:03 +0000 |
commit | bf70e962a3706eba52a51d2065900f3f74f82630 (patch) | |
tree | 89619be9a254cedd7b0774e8ada6ab8ee922e6e8 | |
parent | ac13f77af1d01870f0e311dbaf028c3f24e7a3bf (diff) | |
download | ports-bf70e962a3706eba52a51d2065900f3f74f82630.tar.gz ports-bf70e962a3706eba52a51d2065900f3f74f82630.zip |
biology/babel: Update WWW
Homepage link is dead,use last webarchive instead.
-rw-r--r-- | biology/babel/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/biology/babel/Makefile b/biology/babel/Makefile index 9c376d8f201b..4fd844ca96f7 100644 --- a/biology/babel/Makefile +++ b/biology/babel/Makefile @@ -2,12 +2,11 @@ PORTNAME= babel PORTVERSION= 1.6 PORTREVISION= 4 CATEGORIES= biology converters -MASTER_SITES= http://smog.com/chem/babel/files/ \ - http://www.ccl.net/cca/software/UNIX/babel/ +MASTER_SITES= http://www.ccl.net/cca/software/UNIX/babel/ MAINTAINER= ports@FreeBSD.org COMMENT= Converts among various molecular file formats -WWW= http://smog.com/chem/babel/ +WWW= https://web.archive.org/web/20030604155749/http://smog.com/chem/babel/ CONFLICTS_INSTALL= openbabel |