diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:52:18 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-09-07 23:52:18 +0800 |
commit | 5b64868bdb843d39a8078482a27610a2facdae74 (patch) | |
tree | b75dbb6735fcf51ed7ea57de9b7c1ab165078ec3 /emulators/pcsxr | |
parent | a8f3115b36639bc874e0cf94b4f8be4b08720505 (diff) | |
download | freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.tar.gz freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.tar.zst freebsd-ports-gnome-5b64868bdb843d39a8078482a27610a2facdae74.zip |
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer
Diffstat (limited to 'emulators/pcsxr')
-rw-r--r-- | emulators/pcsxr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index fe765635a493..0c9882fb9b8c 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: pcsxr # Date created: 11 June 2010 -# Whom: Ganael Laplanche <ganael.laplanche@martymac.com> +# Whom: Ganael Laplanche <ganael.laplanche@martymac.org> # # $FreeBSD$ # @@ -16,7 +16,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ pcsx-df-1.10-plugin-dfbinimage2${EXTRACT_SUFX} EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ganael.laplanche@martymac.com +MAINTAINER= ganael.laplanche@martymac.org COMMENT= Playstation (PSX) emulator BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk |