summaryrefslogtreecommitdiff
path: root/x11/sxpc
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-24 03:59:00 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-24 03:59:00 +0000
commitbdaf107bb6c5b94ba274c6f6c00de97d453770c4 (patch)
treeda4da594284341073ac31b1c788945c3054b243a /x11/sxpc
parentUpdate port to 3.3.7 (diff)
Fix MASTER_SITES
PR: 15537 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23952
Diffstat (limited to 'x11/sxpc')
-rw-r--r--x11/sxpc/Makefile14
1 files changed, 9 insertions, 5 deletions
diff --git a/x11/sxpc/Makefile b/x11/sxpc/Makefile
index 8532552b8371..5ff6b6202b0e 100644
--- a/x11/sxpc/Makefile
+++ b/x11/sxpc/Makefile
@@ -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>