diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-04 22:41:25 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-04 22:41:25 +0000 |
commit | 40bbfb3886acbf5b334f29ef38d30caac553d6e6 (patch) | |
tree | 909fc1ff691c6e26141ba168d2cffa9193e6d875 /graphics/s10sh | |
parent | Change maintainer's email (diff) |
Update maintainer's email
PR: 33555
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52575
Diffstat (limited to 'graphics/s10sh')
-rw-r--r-- | graphics/s10sh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/s10sh/Makefile b/graphics/s10sh/Makefile index f0dd9d17835e..b5ba20d23523 100644 --- a/graphics/s10sh/Makefile +++ b/graphics/s10sh/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: s10sh # Date created: Tue Feb 27 00:16:34 MST 2001 -# Whom: John Reynolds <jjreynold@home.com> +# Whom: John Reynolds <johnjen@reynoldsnet.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.kyuzz.org/antirez/s10sh-src/ -MAINTAINER= jjreynold@home.com +MAINTAINER= johnjen@reynoldsnet.org # Don't extract the libusb bundled with s10sh: EXTRACT_AFTER_ARGS= | ${TAR} -xf - --exclude '*/libusb*' |