Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 3 Jun 1997 20:27:35 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        sutton@aardvark.apana.org.au, asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG
Subject:   Re: ports/3625
Message-ID:  <199706040327.UAA05608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: New port - connect4

State-Changed-From-To: open-closed
State-Changed-By: asami
State-Changed-When: Tue Jun 3 20:24:35 PDT 1997
State-Changed-Why: 

Thanks, committed.  Here are the changes:

===
diff -ru connect4/Makefile connect4.new/Makefile
--- connect4/Makefile	Sun May 18 19:56:25 1997
+++ connect4.new/Makefile	Tue Jun  3 20:15:48 1997
@@ -10,30 +10,26 @@
 DISTNAME=	connect4
 PKGNAME=	connect4-3.2
 CATEGORIES=	games
-MASTER_SITES=	ftp://scitsc.wlv.ac.uk/pub/infomagic/usenet/games/volume6/
+MASTER_SITES=	ftp://ftp.gu.kiev.ua/pub/cdrom5/games/volume6/ \
+		ftp://scitsc.wlv.ac.uk/pub/infomagic/usenet/games/volume6/
+EXTRACT_SUFX=	""
 
 MAINTAINER=	sutton@aardvark.apana.org.au
 
-DEPENDS=		gunshar:${PORTSDIR}/archivers/gshar+gunshar
-EXTRACT_SUFX=		""
+BUILD_DEPENDS=		gunshar:${PORTSDIR}/archivers/gshar+gunshar
+
 EXTRACT_CMD=		gunshar
 EXTRACT_BEFORE_ARGS=	""
+NO_WRKSUBDIR=	yes
+MAN6=		connect4.6
 
-# Directories
-#
 MANDIR=		${PREFIX}/man/man
 LIBDIR=		${PREFIX}/lib
-NO_WRKSUBDIR=	"yes"
-
-MAN6=connect4.6
 
-# Distribution does not include an install target. So here it is.
-#
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/c4 ${PREFIX}/bin/connect4
-		-${MKDIR} ${LIBDIR}/connect4
+		${MKDIR} ${LIBDIR}/connect4
 		${INSTALL_DATA} -m 666 /dev/null ${LIBDIR}/connect4/scores
 		${INSTALL_MAN} ${FILESDIR}/connect4.6 ${MANDIR}6/
 
 .include <bsd.port.mk>
-
diff -ru connect4/pkg/COMMENT connect4.new/pkg/COMMENT
--- connect4/pkg/COMMENT	Tue Apr 15 05:39:57 1997
+++ connect4.new/pkg/COMMENT	Tue Jun  3 20:07:52 1997
@@ -1 +1 @@
-A curses version of the classic game.
\ No newline at end of file
+A curses version of the classic game.
===

I couldn't get to the UK site so I added another that I found by
ftpsearch.  Also note that ${MKDIR} already includes "-p".



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