diff options
author | edwin <edwin@FreeBSD.org> | 2003-04-05 16:10:44 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-04-05 16:10:44 +0800 |
commit | aa74a0a78547f3dadfe13cd473e189d878c1782c (patch) | |
tree | d47dbc90264e8f83cfd1634ae6127abe052f35f6 /science/openbabel | |
parent | d9379e7e3063a542666d785bf49d387e7b90563d (diff) | |
download | freebsd-ports-gnome-aa74a0a78547f3dadfe13cd473e189d878c1782c.tar.gz freebsd-ports-gnome-aa74a0a78547f3dadfe13cd473e189d878c1782c.tar.zst freebsd-ports-gnome-aa74a0a78547f3dadfe13cd473e189d878c1782c.zip |
science/openbabel and biology/babel binary names conflict
renamed the binaries and manpages of science/openbabel to
openbabel instead of babel.
PR: ports/47109
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Diffstat (limited to 'science/openbabel')
-rw-r--r-- | science/openbabel/Makefile | 2 | ||||
-rw-r--r-- | science/openbabel/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/science/openbabel/Makefile b/science/openbabel/Makefile index 690284d4164a..be0ca1e71c5c 100644 --- a/science/openbabel/Makefile +++ b/science/openbabel/Makefile @@ -17,6 +17,6 @@ COMMENT= Chemistry file translation program GNU_CONFIGURE= yes -MAN1= babel.1 +MAN1= openbabel.1 .include <bsd.port.mk> diff --git a/science/openbabel/pkg-plist b/science/openbabel/pkg-plist index 1ad634158f0b..d9e10cdc6562 100644 --- a/science/openbabel/pkg-plist +++ b/science/openbabel/pkg-plist @@ -1,4 +1,4 @@ -bin/babel +bin/openbabel share/openbabel/aromatic.txt share/openbabel/atomtyp.txt share/openbabel/element.txt |