diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-14 14:53:26 +0800 |
commit | 4750962a9f24bed87662ecb262de7343eeb4813f (patch) | |
tree | 2f9aa4e1816cbe9840b67225860dac9ecb87faa3 /games/inform | |
parent | 6599d6b639f394c76bd685334176d0ea473272f6 (diff) | |
download | freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.gz freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.tar.zst freebsd-ports-gnome-4750962a9f24bed87662ecb262de7343eeb4813f.zip |
update g-k ports with PORTNAME/PORTVERSION and fix error in fkiss's Makefile
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/ |