summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1999-01-08 00:15:22 +0000
committerMatthew Hunt <mph@FreeBSD.org>1999-01-08 00:15:22 +0000
commit8df00cb4c6761901f71d7187952f466a3a576285 (patch)
tree56143b3b51fe31333842d010149a1c585c6e19b3 /games
parentturn on netscape45-communicator.us (diff)
Fix fennerage by upgrading library to version 6/8.
Notes
Notes: svn path=/head/; revision=15924
Diffstat (limited to 'games')
-rw-r--r--games/inform/Makefile12
-rw-r--r--games/inform/distinfo2
-rw-r--r--games/inform/pkg-plist1
3 files changed, 9 insertions, 6 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile
index 1f44808d0927..32dac0aa6ba1 100644
--- a/games/inform/Makefile
+++ b/games/inform/Makefile
@@ -1,16 +1,16 @@
# New ports collection makefile for: inform
-# Version required: 6.15 (Library: 6/7)
+# Version required: 6.15 (Library: 6/8)
# Date created: 28 June 1998
# Whom: Matthew Hunt <mph@FreeBSD.org>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/06/28 15:16:05 mph Exp $
#
DISTNAME= inform-6.15
CATEGORIES= games
MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source/ \
ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/library/
-DISTFILES= inform615_source.zip inform_library67.tar.gz
+DISTFILES= inform615_source.zip inform_library68.zip
.if !defined(NOPORTDOCS)
MASTER_SITES+= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/manuals/
@@ -48,14 +48,16 @@ post-extract:
post-install:
@${MKDIR} ${PREFIX}/share/inform
@(cd ${PREFIX}/share/inform && \
- tar xzf ${DISTDIR}/${DIST_SUBDIR}/inform_library67.tar.gz)
+ unzip -qq ${DISTDIR}/${DIST_SUBDIR}/inform_library68.zip)
.for file in English Grammar Parser Verblib linklpa linklv parserm verblibm
@${MV} ${PREFIX}/share/inform/${file} ${PREFIX}/share/inform/${file}.h
@ chmod ${SHAREMODE} ${PREFIX}/share/inform/${file}.h
@ chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/inform/${file}.h
.endfor
@${LN} -s Verblib.h ${PREFIX}/share/inform/VerbLib.h
- @ chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/inform/VerbLib.h
+ @ chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/inform/VerbLib.h \
+ ${PREFIX}/share/inform/Relnote
+ @ chmod ${SHAREMODE} ${PREFIX}/share/inform/Relnote
.if !defined(NOPORTDOCS)
@ (umask 222 && unzip -qq -d ${PREFIX}/share/doc \
${DISTDIR}/${DIST_SUBDIR}/designers_manual_html.zip)
diff --git a/games/inform/distinfo b/games/inform/distinfo
index 8cad1544550b..d9297dc87aaf 100644
--- a/games/inform/distinfo
+++ b/games/inform/distinfo
@@ -1,3 +1,3 @@
MD5 (inform/inform615_source.zip) = 9ef11dee019eba74544104498a6139c4
-MD5 (inform/inform_library67.tar.gz) = 5f8ec1da55ee9fa2166bb4eb104ab8d3
+MD5 (inform/inform_library68.zip) = 018b454827d23350bcb81f68339ba381
MD5 (inform/designers_manual_html.zip) = 377f2f0224059171296360f6e67d8a95
diff --git a/games/inform/pkg-plist b/games/inform/pkg-plist
index 52aa652c45d6..6fabce30cfee 100644
--- a/games/inform/pkg-plist
+++ b/games/inform/pkg-plist
@@ -5,6 +5,7 @@ share/inform/linklpa.h
share/inform/linklv.h
share/inform/Parser.h
share/inform/parserm.h
+share/inform/Relnote
share/inform/Verblib.h
share/inform/verblibm.h
share/inform/VerbLib.h