diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-02 23:37:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-02 23:37:35 +0800 |
commit | 74989ec5273809865a9ea76eee8aeb049933c647 (patch) | |
tree | c6d1367793dd960703083403494bf32270bd4762 | |
parent | 4e2d3904710518d1653c42bc1e7f57d17a4b3fd6 (diff) | |
download | freebsd-ports-gnome-74989ec5273809865a9ea76eee8aeb049933c647.tar.gz freebsd-ports-gnome-74989ec5273809865a9ea76eee8aeb049933c647.tar.zst freebsd-ports-gnome-74989ec5273809865a9ea76eee8aeb049933c647.zip |
Rename orca to orca-plot to avoid name collision with accessibility/orca
Remove LATEST_LINK on accessibility/orca as it is now useless
-rw-r--r-- | accessibility/orca/Makefile | 2 | ||||
-rw-r--r-- | graphics/orca/Makefile | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/accessibility/orca/Makefile b/accessibility/orca/Makefile index 7e237aebaa2e..a7b6ef35e82a 100644 --- a/accessibility/orca/Makefile +++ b/accessibility/orca/Makefile @@ -20,8 +20,6 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_dbus_bindings.so:${PORTSDIR}/devel/py-dbus \ ${PYTHON_SITELIBDIR}/pyatspi/__init__.py:${PORTSDIR}/accessibility/at-spi \ ${PYTHON_SITELIBDIR}/xdg/__init__.py:${PORTSDIR}/devel/py-xdg -LATEST_LINK= gnome-orca - NO_STAGE= yes USE_BZIP2= yes USES= gmake gettext pkgconfig diff --git a/graphics/orca/Makefile b/graphics/orca/Makefile index ee5b64337273..5e9bca0e81e4 100644 --- a/graphics/orca/Makefile +++ b/graphics/orca/Makefile @@ -7,6 +7,7 @@ PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= http://www.orcaware.com/orca/pub/ +PKGNAMESUFFIX= -plot MAINTAINER= ports@FreeBSD.org COMMENT= Tool for plotting arbitrary data from text files onto a Web server |