diff options
Diffstat (limited to 'games/inform')
-rw-r--r-- | games/inform/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile index 93b5d85..440508f 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # -# $Id: Makefile,v 1.3 1999/02/03 11:11:44 asami Exp $ +# $Id: Makefile,v 1.4 1999/05/01 12:34:18 jseger Exp $ # DISTNAME= inform-6.15 @@ -19,6 +19,8 @@ MASTER_SITES+= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/manuals/ DISTFILES+= designers_manual_html.zip .endif +BROKEN= fetch + DIST_SUBDIR= inform NO_WRKSUBDIR= yes |