diff options
author | asami <asami@FreeBSD.org> | 1995-05-13 19:10:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-13 19:10:36 +0800 |
commit | 3a178e367adf2fbdd0579ccf0c25bc506fc35c4b (patch) | |
tree | dbcdb1cafa41bf893ad4231043a763d6b6111572 /games/xchomp/Makefile | |
parent | d0af618889f95407f8ad0175da89d59b9a4ca215 (diff) | |
download | freebsd-ports-gnome-3a178e367adf2fbdd0579ccf0c25bc506fc35c4b.tar.gz freebsd-ports-gnome-3a178e367adf2fbdd0579ccf0c25bc506fc35c4b.tar.zst freebsd-ports-gnome-3a178e367adf2fbdd0579ccf0c25bc506fc35c4b.zip |
Make this thing work again. Grab a regular tarball instead of
trying to do something with the compressed articles.
Diffstat (limited to 'games/xchomp/Makefile')
-rw-r--r-- | games/xchomp/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/xchomp/Makefile b/games/xchomp/Makefile index 89c8f9a23176..6b3554a9f89b 100644 --- a/games/xchomp/Makefile +++ b/games/xchomp/Makefile @@ -1,14 +1,14 @@ # New ports collection makefile for: xchomp -# Version required: 1.1 +# Version required: pl1 # Date created: 4 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.2 1995/04/01 12:45:15 jkh Exp $ +# $Id: Makefile,v 1.3 1995/04/11 00:20:30 asami Exp $ # -DISTNAME= xchomp -PKGNAME= xchomp-1.1 +DISTNAME= xchomp-pl1 CATEGORIES+= games +MASTER_SITES= ftp://romulus.ucs.uoknor.edu/mirrors/X/R5contrib/ # # Original sources in multi-part compressed shell archive # @@ -18,6 +18,7 @@ CATEGORIES+= games # Change -DFRAME_DELAY=40000 in patchfile/Imakefile value to adjust # speed of play depending on X server. +WRKSRC= ${WRKDIR}/xchomp USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |