diff options
author | sat <sat@FreeBSD.org> | 2006-05-09 05:41:11 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-09 05:41:11 +0800 |
commit | 767c59e32512369ac85d2b74ccac55bf9e33bd87 (patch) | |
tree | e8250b90b1ea8c70ed5edc113f8f523d619e3454 /security/parano | |
parent | 8e6477c521b0c259e487863b1a5633946b4e597e (diff) | |
download | freebsd-ports-gnome-767c59e32512369ac85d2b74ccac55bf9e33bd87.tar.gz freebsd-ports-gnome-767c59e32512369ac85d2b74ccac55bf9e33bd87.tar.zst freebsd-ports-gnome-767c59e32512369ac85d2b74ccac55bf9e33bd87.zip |
Update my e-mail address
Approved by: krion (mentor, implicit)
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 |