diff options
author | jseger <jseger@FreeBSD.org> | 1998-04-12 16:45:12 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-04-12 16:45:12 +0000 |
commit | 89e7108df1d288c6418c2f4de4ee83738461e87d (patch) | |
tree | 064d7c95a15e2c645f352f720ae6768b97360956 /games/xpipeman/Makefile | |
parent | b2b4a60ae867ad28d11177b05e107476aaa8ecd5 (diff) | |
download | FreeBSD-ports-89e7108df1d288c6418c2f4de4ee83738461e87d.zip FreeBSD-ports-89e7108df1d288c6418c2f4de4ee83738461e87d.tar.gz |
Switch to new MASTER_SITE. The distfile on the new master_site is apparently
patched to work with Linux. Alter our patches to work correctly with the
patched distfile. Make myself MAINTAINER.
Diffstat (limited to 'games/xpipeman/Makefile')
-rw-r--r-- | games/xpipeman/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/xpipeman/Makefile b/games/xpipeman/Makefile index b869f30..9236f14 100644 --- a/games/xpipeman/Makefile +++ b/games/xpipeman/Makefile @@ -3,16 +3,17 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.8 1997/01/03 09:37:38 obrien Exp $ +# $Id: Makefile,v 1.9 1997/07/21 19:36:27 max Exp $ # DISTNAME= xpipeman PKGNAME= xpipeman-1.0 CATEGORIES= games -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/strategy EXTRACT_SUFX= .tar.Z -MAINTAINER= swallace@FreeBSD.org +MAINTAINER= jseger@FreeBSD.org USE_IMAKE= yes |