Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 1999 11:56:04 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/15537: Update port: x11/sxpc
Message-ID:  <19991217195604.CAE6E157B8@hub.freebsd.org>

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

>Number:         15537
>Category:       ports
>Synopsis:       Update port: x11/sxpc
>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 Dec 17 12:00:06 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        3.3-RELEASE i386
>Organization:
>Environment:
>Description:
* Fixed MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/x11/sxpc/Makefile x11/sxpc/Makefile
--- /usr/ports/x11/sxpc/Makefile	Tue Aug 31 19:19:02 1999
+++ x11/sxpc/Makefile	Sat Dec 18 00:03:19 1999
@@ -1,4 +1,4 @@
-# New ports collection Makefile for: sxpc
+# New ports collection Makefile for:	sxpc
 # Version required:	1.4
 # Date created:		22nd March 1995
 # Whom:			jkh@FreeBSD.org
@@ -8,14 +8,18 @@
 
 DISTNAME=	sxpc-1.4
 CATEGORIES=	x11
-MASTER_SITES=	ftp://ftp.x.org/R5contrib/
+MASTER_SITES=	${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR=	utilities
 EXTRACT_SUFX=	.shar.Z
 
+MAINTAINER=	ports@FreeBSD.org
+
+USE_IMAKE=	yes
 NO_WRKSUBDIR=	yes
-EXTRACT_CMD=		zcat
-EXTRACT_BEFORE_ARGS=
+EXTRACT_CMD=		${GZIP_CMD}
+EXTRACT_BEFORE_ARGS=	-dc
 EXTRACT_AFTER_ARGS=	|sh
-USE_IMAKE=	yes
+
 MAN1=		sxpc.1
 
 .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?19991217195604.CAE6E157B8>