summaryrefslogtreecommitdiff
path: root/x11-servers
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-22 03:59:04 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-22 03:59:04 +0000
commit41dbc3bbf5f4b83280ebf8e3c3f541a6cc1a6b48 (patch)
treef5e9b6ec0a02359e62794df1d4523235a80d025f /x11-servers
parentUpgrade to version 3.9.6 (diff)
Fix the xtt distribution master site and clean up some
portlint warnings. PR: 12620 Submitted by: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>, maintainer
Notes
Notes: svn path=/head/; revision=20306
Diffstat (limited to 'x11-servers')
-rw-r--r--x11-servers/XttXF86srv-common/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile
index 9b09b7f0e78b..323976f6d27a 100644
--- a/x11-servers/XttXF86srv-common/Makefile
+++ b/x11-servers/XttXF86srv-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
-# $Id: Makefile,v 1.18 1999/04/02 08:28:21 taoka Exp $
+# $Id: Makefile,v 1.19 1999/06/28 02:23:53 billf Exp $
#
DISTNAME= xc
@@ -11,7 +11,7 @@ PKGNAME?= xtt-common-${VERSION}.${PATCHLEVEL}
CATEGORIES= x11-servers
MASTER_SITES= ftp://ftp.xfree86.org/pub/XFree86/3.3.3/source/ \
ftp://xfree86.cdrom.com/pub/XFree86/3.3.3/source/ \
- http://hawk.ise.chuo-u.ac.jp/student/person/tshiozak/x-tt/dists/1.x/1.2/
+ http://X-TT.dsl.gr.jp/dists/1.x/1.2/
DISTFILES= X333src-1.tgz X333src-2.tgz \
xtt-1.2.tar.gz \
xtt-1.2-to-1.2.1.tar.gz
@@ -134,7 +134,7 @@ pre-extract:
${ECHO} "ERROR:" ; \
${ECHO} "Xtt ${SERVER} ports have already extracted with" ; \
${ECHO} "\"USE_SHARED_WRKSRC\" option." ; \
- false )
+ ${FALSE} )
.endif
pre-patch:
@@ -153,7 +153,7 @@ pre-configure:
@( \
${CP} ${FILESDIR}/Imakefile ${WRKDIR} ; \
(cd ${WRKDIR} ; ${XMKMF} ; \
- ${SETENV} ${MAKE_ENV} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} \
+ ${SETENV} ${MAKE_ENV} DISTDIR=${DISTDIR} WRKDIR=${WRKDIR} \
FILESDIR=${FILESDIR} ${MAKE}) ; \
${CAT} ${HOSTDEFLOCAL} ${HOSTDEFSRV} > ${HOSTDEFDST} )
@@ -173,12 +173,12 @@ do-install:
.elif ${SERVER} == xfs
do-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${INSTALL_PROGRAM} \
- ${WRKSRC}/programs/xfs/xfs ${PREFIX}/bin/xfs.xtt
+ ${WRKSRC}/programs/xfs/xfs ${PREFIX}/bin/xfs.xtt
.else
do-install:
@( \
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${INSTALL_PROGRAM} \
- ${WRKSRC}/programs/Xserver/${SERVER} ${PREFIX}/bin/${SERVER}.xtt; \
+ ${WRKSRC}/programs/Xserver/${SERVER} ${PREFIX}/bin/${SERVER}.xtt; \
${LN} -fs ${PREFIX}/bin/${SERVER}.xtt ${PREFIX}/bin/X )
.endif