diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-14 06:53:26 +0000 |
commit | a7f42416d7a766482b1e0d1d8b9055c917426356 (patch) | |
tree | a9a11ef714e9c9e8e6ef7346e0d5ec79a867bb7f /games/inform | |
parent | 429158af25cb05709764d4c6fe0104616975ac77 (diff) |
Notes
Diffstat (limited to 'games/inform')
-rw-r--r-- | games/inform/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile index 9c105992900d..22827e248e58 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: inform -# Version required: 6.21 (Library: 6/10) # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= inform-6.21 +PORTNAME= inform +PORTVERSION= 6.21 CATEGORIES= games MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source/ \ ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/library/ |