diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-01-05 04:03:26 +0000 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-01-05 04:03:26 +0000 |
commit | 889439f0f8936da6ef845696e4ca71f93c989009 (patch) | |
tree | 3bd827d31796bc53d2cccb23b114486a57703534 | |
parent | ab1ba4f530807ee595c20af511bf586553501366 (diff) | |
download | FreeBSD-ports-889439f0f8936da6ef845696e4ca71f93c989009.zip FreeBSD-ports-889439f0f8936da6ef845696e4ca71f93c989009.tar.gz |
The tarball is a .tar.gz, not a .tar.Z
-rw-r--r-- | games/xminesweep/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xminesweep/Makefile b/games/xminesweep/Makefile index f2d6fa6..2d48688 100644 --- a/games/xminesweep/Makefile +++ b/games/xminesweep/Makefile @@ -5,7 +5,7 @@ # DISTNAME= xminesweep2.1 -EXTRACT_SUFX= .tar.Z +# EXTRACT_SUFX= .tar.Z USE_IMAKE= yes INSTALL_MANPAGES= yes MASTER_SITES= ftp://ftp.cs.columbia.edu/archives/X11R5/contrib/ |