diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-18 19:46:51 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-06-18 19:46:51 +0800 |
commit | df95a2d560d09c86d1a500fe7c6e846a721ff3bf (patch) | |
tree | e391a5b5894d27043bb95bd6680b03174979f810 /graphics/py-rabbyt | |
parent | 3de9e5720382e61bea8dbab6e1287a0b29e64dc0 (diff) | |
download | freebsd-ports-gnome-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.tar.gz freebsd-ports-gnome-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.tar.zst freebsd-ports-gnome-df95a2d560d09c86d1a500fe7c6e846a721ff3bf.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
Diffstat (limited to 'graphics/py-rabbyt')
-rw-r--r-- | graphics/py-rabbyt/Makefile | 9 | ||||
-rw-r--r-- | graphics/py-rabbyt/pkg-descr | 2 |
2 files changed, 3 insertions, 8 deletions
diff --git a/graphics/py-rabbyt/Makefile b/graphics/py-rabbyt/Makefile index c0b979d6d36e..2ec39685a055 100644 --- a/graphics/py-rabbyt/Makefile +++ b/graphics/py-rabbyt/Makefile @@ -1,16 +1,11 @@ -# New ports collection makefile for: py-rabbyt -# Date created: 12 Oct 2007 -# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru> -# +# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru> # $FreeBSD$ -# PORTNAME= rabbyt PORTVERSION= 0.8.2 CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \ +MASTER_SITES= CHEESESHOP/source/R/Rabbyt \ http://mirror.amdmi3.ru/distfiles/ -MASTER_SITE_SUBDIR=source/R/Rabbyt PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Rabbyt-${PORTVERSION} diff --git a/graphics/py-rabbyt/pkg-descr b/graphics/py-rabbyt/pkg-descr index 36e948621ff1..086aeceb3a0d 100644 --- a/graphics/py-rabbyt/pkg-descr +++ b/graphics/py-rabbyt/pkg-descr @@ -4,4 +4,4 @@ It has two goals: 1. Be fast, without sacrificing ease of use. 2. Be easy to use, without sacrificing speed -WWW: http://matthewmarshall.org/projects/rabbyt/ +WWW: http://matthewmarshall.org/projects/rabbyt/ |