diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-28 09:10:45 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-28 09:10:45 +0000 |
commit | 31632f816d426a3baed95028ac30ce25d53405b8 (patch) | |
tree | 8d978c78c37d4cf2a7242b604fe45c51bcc683de | |
parent | 938fb6463403694df7fd2955878eced1ad58dfde (diff) | |
download | ports-31632f816d426a3baed95028ac30ce25d53405b8.tar.gz ports-31632f816d426a3baed95028ac30ce25d53405b8.zip |
Notes
-rw-r--r-- | games/pydance/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/treewm/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/pydance/Makefile b/games/pydance/Makefile index 2701b6b267d9..43b122dd45eb 100644 --- a/games/pydance/Makefile +++ b/games/pydance/Makefile @@ -17,7 +17,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz ${SONGS} DIST_SUBDIR= pydance EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz -MAINTAINER= freebsd-dr@durchnull.de +MAINTAINER= ports@FreeBSD.org COMMENT= Dancing simulation game similar to the kind in arcades BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game diff --git a/x11-wm/treewm/Makefile b/x11-wm/treewm/Makefile index 75af354c2e2f..977be8a8fb6e 100644 --- a/x11-wm/treewm/Makefile +++ b/x11-wm/treewm/Makefile @@ -12,7 +12,7 @@ CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= freebsd-dr@durchnull.de +MAINTAINER= ports@FreeBSD.org COMMENT= Window Manager that arranges the windows in a tree BUILD_DEPENDS= xmkmf:${X_IMAKE_PORT} |