Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2001 14:36:20 -0700 (PDT)
From:      Adam Kranzel <adam@blacktabby.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31239: Fixes for games/frotz port
Message-ID:  <20011012213620.325FE29@enki.blacktabby.org>

next in thread | raw e-mail | index | archive | help

>Number:         31239
>Category:       ports
>Synopsis:       Fixes for games/frotz port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 12 14:40:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Adam Kranzel
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD enki.blacktabby.org 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Oct 2 15:08:16 PDT 2001 adam@enki.blacktabby.org:/usr/obj/usr/src/sys/ENKI-NODEBUG i386

>Description:
	Minor fixes for the games/frotz port.
	Update my email address following the semi-disappearance of
	alameda.edu.
	Fix WWW in pkg-descr.
	Replace instances of ${PREFIX}/share/doc/frotz with ${DOCSDIR},
	following the lead of the games/slashem-tty port, which was so
	modified by knu@freebsd.org.

>How-To-Repeat:
	n/a
>Fix:

diff -ruN frotz.good/Makefile frotz/Makefile
--- frotz.good/Makefile	Fri Oct 12 13:54:31 2001
+++ frotz/Makefile	Fri Oct 12 14:33:41 2001
@@ -12,7 +12,7 @@
 		http://wuarchive.wustl.edu/doc/misc/if-archive/infocom/interpreters/frotz/ \
 		http://www.ifarchive.org/if-archive/infocom/interpreters/frotz/
 
-MAINTAINER=	adam@alameda.edu
+MAINTAINER=	adam@blacktabby.org
 
 MAKE_ARGS=	CC="${CC}" OPTS="${CFLAGS}" PREFIX="${PREFIX}" \
 		CONFIG_DIR="${PREFIX}/etc" INCL="" LIB=""
@@ -23,9 +23,9 @@
 	@${INSTALL_PROGRAM} ${WRKSRC}/frotz ${PREFIX}/bin
 	@${INSTALL_MAN} ${WRKSRC}/frotz.6 ${MANPREFIX}/man/man6
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/frotz
+	@${MKDIR} ${DOCSDIR}
 .for file in BUGS HOW_TO_PLAY README
-	@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/frotz
+	@${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
 
diff -ruN frotz.good/pkg-descr frotz/pkg-descr
--- frotz.good/pkg-descr	Fri Oct 12 13:54:31 2001
+++ frotz/pkg-descr	Fri Oct 12 14:20:55 2001
@@ -7,4 +7,7 @@
 of new games available on the Internet. Check the if-archive
 at ftp.ifarchive.org.
 
-WWW: http://www.cs.csubak.edu/~dgriffi/frotz/
+WWW: http://www.cs.csubak.edu/~dgriffi/proj/frotz/
+
+ -Adam
+ adam@blacktabby.org

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011012213620.325FE29>