diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 21:41:11 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-08 21:41:11 +0000 |
commit | 5ea57a0fd39fc57de56f3dff400e39592ccdaad6 (patch) | |
tree | 6aa9627c6be62cced66e8bb606eb56b9cb6d2723 /security/parano | |
parent | 1a430a70459d8bf7d1922c6f1d3298bf0c1307b1 (diff) |
Notes
Diffstat (limited to 'security/parano')
-rw-r--r-- | security/parano/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile index 838993054b54..4994f51c6457 100644 --- a/security/parano/Makefile +++ b/security/parano/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: parano # Date created: 3 May 2006 -# Whom: Andrew Pantyukhin <infofarmer@gmail.com> +# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= http://download.berlios.de/%SUBDIR%/ \ http://download2.berlios.de/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= infofarmer@gmail.com +MAINTAINER= infofarmer@FreeBSD.org COMMENT= A Gnome program to deal with hashfiles RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2 |