Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Mar 2000 13:15:59 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/17164: Update port: games/xvmahjongg
Message-ID:  <200003032115.NAA63277@freefall.freebsd.org>

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

>Number:         17164
>Category:       ports
>Synopsis:       Update port: games/xvmahjongg
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Mar  3 13:20:05 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Remove redundant LIB_DEPENDS

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/games/xvmahjongg/Makefile games/xvmahjongg/Makefile
--- /usr/ports/games/xvmahjongg/Makefile	Wed Aug 25 19:15:58 1999
+++ games/xvmahjongg/Makefile	Fri Mar  3 08:06:08 2000
@@ -9,14 +9,13 @@
 DISTNAME=	xvmahjongg2.1
 PKGNAME=	xvmahjongg-2.1
 CATEGORIES=	games
-MASTER_SITES=	ftp://ftp.cdrom.com/pub/X11/R5contrib/ \
-		ftp://ftp.tu-darmstadt.de/pub/X11/R5contrib/
+MASTER_SITES=	ftp://ftp.x.org/R5contrib/ \
+		ftp://ftp.freesoftware.com/pub/X11/R5contrib/
 EXTRACT_SUFX=	.tar.Z
 
 MAINTAINER=	andy@icc.surw.chel.su
 
-LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview \
-		olgx.3:${PORTSDIR}/x11-toolkits/xview
+LIB_DEPENDS=	xview.3:${PORTSDIR}/x11-toolkits/xview
 
 ALL_TARGET=	mahjongg.swap
 USE_X_PREFIX=	yes
@@ -24,11 +23,13 @@
 MAN6=		xvmahjongg.6
 
 do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/mahjongg ${PREFIX}/bin/xvmahjongg
-	@ ${INSTALL_DATA} ${WRKSRC}/mahjongg.6 ${PREFIX}/man/man6/xvmahjongg.6
-	@ ${MKDIR} ${PREFIX}/share/doc/xvmahjongg
+	${INSTALL_PROGRAM} ${WRKSRC}/mahjongg ${PREFIX}/bin/xvmahjongg
+	${INSTALL_MAN} ${WRKSRC}/mahjongg.6 ${PREFIX}/man/man6/xvmahjongg.6
+	@${MKDIR} ${PREFIX}/share/doc/xvmahjongg
+.if !defined(NOPORTDOCS)
 .for file in Notes README README.too
-	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xvmahjongg
+	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xvmahjongg
 .endfor
+.endif
 
 .include <bsd.port.mk>


>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?200003032115.NAA63277>