diff options
author | vanilla <vanilla@FreeBSD.org> | 1999-01-13 00:51:33 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1999-01-13 00:51:33 +0800 |
commit | e88f5da5657bccc2f31b605cc36e2175ab7180b8 (patch) | |
tree | 8cb35400213e222097a312c116b7317738865a8b /games/xsokoban | |
parent | 2b926e1064df5ad048fd84bb0671aeb50a61e3a5 (diff) | |
download | freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.tar.gz freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.tar.zst freebsd-ports-gnome-e88f5da5657bccc2f31b605cc36e2175ab7180b8.zip |
Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
Diffstat (limited to 'games/xsokoban')
-rw-r--r-- | games/xsokoban/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xsokoban/Makefile b/games/xsokoban/Makefile index 77e85b26119b..40a24799eccb 100644 --- a/games/xsokoban/Makefile +++ b/games/xsokoban/Makefile @@ -3,20 +3,20 @@ # Date created: 16 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.5 1998/09/17 00:32:40 asami Exp $ +# $Id: Makefile,v 1.6 1998/09/28 02:25:27 steve Exp $ # DISTNAME= xsokoban-3.3c CATEGORIES= games -MASTER_SITES= ftp://ftp.pmg.lcs.mit.edu/pub/xsokoban/ +MASTER_SITES= ftp://ftp.pmg.lcs.mit.edu/pub/xsokoban/ -MAINTAINER= Nakai@technologist.com +MAINTAINER= nacai@iname.com LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes WRKSRC= ${WRKDIR}/xsokoban -ALL_TARGET= xsokoban +ALL_TARGET= xsokoban MAN1= xsokoban.1 post-install: |