diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-12-05 02:07:36 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-12-05 02:07:36 +0000 |
commit | 1f540ce6a132f649146f6ce259222c6a9e0f9276 (patch) | |
tree | b74804df59afa22612fc5c2f42cf0691675efef7 | |
parent | Correct man page entry (diff) |
Correct distfile fennerage by upgrading library to version 6/10.
Notes
Notes:
svn path=/head/; revision=23599
-rw-r--r-- | games/inform/Makefile | 12 | ||||
-rw-r--r-- | games/inform/distinfo | 2 | ||||
-rw-r--r-- | games/inform/pkg-plist | 2 |
3 files changed, 11 insertions, 5 deletions
diff --git a/games/inform/Makefile b/games/inform/Makefile index 9cd5a5755418..9c105992900d 100644 --- a/games/inform/Makefile +++ b/games/inform/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: inform -# Version required: 6.21 (Library: 6/9) +# Version required: 6.21 (Library: 6/10) # Date created: 28 June 1998 # Whom: Matthew Hunt <mph@FreeBSD.org> # @@ -10,7 +10,7 @@ DISTNAME= inform-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/ -DISTFILES= inform621_source.zip inform_library69.zip +DISTFILES= inform621_source.zip inform_library610.zip MAINTAINER= mph@freebsd.org @@ -45,7 +45,7 @@ post-extract: post-install: @${MKDIR} ${PREFIX}/share/inform @(cd ${PREFIX}/share/inform && \ - unzip -qq -o ${DISTDIR}/${DIST_SUBDIR}/inform_library69.zip) + unzip -qq -o ${DISTDIR}/${DIST_SUBDIR}/inform_library610.zip) .for file in English Grammar Parser Verblib infix linklpa linklv parserm \ verblibm @${MV} ${PREFIX}/share/inform/${file} ${PREFIX}/share/inform/${file}.h @@ -54,13 +54,17 @@ post-install: .endfor @${LN} -fs Verblib.h ${PREFIX}/share/inform/VerbLib.h @ ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/inform/VerbLib.h -.if !defined(NOPORTDOCS) +.if defined(NOPORTDOCS) + @${RM} ${PREFIX}/share/inform/Relnote ${PREFIX}/share/inform/Relnote2 +.else @ (umask 222 && unzip -qq -o -d ${PREFIX}/share/doc \ ${DISTDIR}/${DIST_SUBDIR}/designers_manual_html.zip) @${MKDIR} ${PREFIX}/share/doc/inform @${MV} ${PREFIX}/share/doc/dman/* ${PREFIX}/share/doc/inform @${RMDIR} ${PREFIX}/share/doc/dman + @${MV} ${PREFIX}/share/inform/Relnote ${PREFIX}/share/inform/Relnote2 ${PREFIX}/share/doc/inform @ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/inform + .endif .include <bsd.port.mk> diff --git a/games/inform/distinfo b/games/inform/distinfo index 05dcf62b560a..6004d0167826 100644 --- a/games/inform/distinfo +++ b/games/inform/distinfo @@ -1,3 +1,3 @@ MD5 (inform/inform621_source.zip) = f154597285bc13eee318f2c679a3e0b6 -MD5 (inform/inform_library69.zip) = bf5c669f569c2ea631d1221a07a75731 +MD5 (inform/inform_library610.zip) = e8fbb2cb74d3d5893b7f3602877575fd MD5 (inform/designers_manual_html.zip) = 377f2f0224059171296360f6e67d8a95 diff --git a/games/inform/pkg-plist b/games/inform/pkg-plist index 3bb52a1b9409..0f54df522e1a 100644 --- a/games/inform/pkg-plist +++ b/games/inform/pkg-plist @@ -9,6 +9,8 @@ share/inform/parserm.h share/inform/Verblib.h share/inform/verblibm.h share/inform/VerbLib.h +share/doc/inform/Relnote +share/doc/inform/Relnote2 share/doc/inform/answers1/answer10.html share/doc/inform/answers1/answer11.html share/doc/inform/answers1/answer12.html |