diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-21 00:23:25 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-12-21 00:23:25 +0000 |
commit | 8bf7269a4e160076a38fbac4c23ac2992f0800c5 (patch) | |
tree | 624c6eafc947240b76ef4c74b5436f220972c8fa /games/rockdodger | |
parent | Backout previous commit. Mea maxima culpa for not doing the research (diff) |
- Use canonical form (ports@FreeBSD.org) in MAINTAINER line
Notes
Notes:
svn path=/head/; revision=96284
Diffstat (limited to 'games/rockdodger')
-rw-r--r-- | games/rockdodger/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rockdodger/Makefile b/games/rockdodger/Makefile index d0e88c20240c..4f874ef6e1df 100644 --- a/games/rockdodger/Makefile +++ b/games/rockdodger/Makefile @@ -11,7 +11,7 @@ CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= spacerocks -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= Addictive rock-dodging greeblie-killing platform game LIB_DEPENDS= SDL-1.1.5:${PORTSDIR}/devel/sdl12 \ |