summaryrefslogtreecommitdiff
path: root/games/inform/Makefile
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/inform/Makefile
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/inform/Makefile')
-rw-r--r--games/inform/Makefile12
1 files changed, 7 insertions, 5 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)