summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-07-27 00:01:04 +0000
committerSteve Price <steve@FreeBSD.org>1998-07-27 00:01:04 +0000
commitc9b877f5741ce6835861105584f0d2ccaafd8ba1 (patch)
tree1f1cbf38bc882e5f7f2c79c4bdc9f4e1b47623c1 /emulators
parentRemove dependency on bash2 and support GNU C __attribute__ syntax. (diff)
Can no longer fetch version 0.2. Version 0.2.1 is available but
has a few too many Linux'isms to fix easily. Prodded by: Bill Fenner's distfile checker
Notes
Notes: svn path=/head/; revision=12140
Diffstat (limited to 'emulators')
-rw-r--r--emulators/cpmemu/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/cpmemu/Makefile b/emulators/cpmemu/Makefile
index c023900ec31f..09d0fb4cdcf6 100644
--- a/emulators/cpmemu/Makefile
+++ b/emulators/cpmemu/Makefile
@@ -2,7 +2,7 @@
# Version required: 0.2
# Date created: 28 June 1995
# Whom: janek@gaja.ipan.lublin.pl
-# $Id: Makefile,v 1.7 1998/01/08 18:52:04 fenner Exp $
+# $Id: Makefile,v 1.8 1998/02/01 23:23:51 fenner Exp $
#
DISTNAME= cpm-0.2
@@ -14,4 +14,6 @@ MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/ext
MAINTAINER= ports@FreeBSD.org
+BROKEN= fetch
+
.include <bsd.port.mk>