diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 12fe5eeb5250..f29568420bba 100644 --- a/misc/tkcron/Makefile +++ b/misc/tkcron/Makefile @@ -1,30 +1,30 @@ PORTNAME= tkcron PORTVERSION= 2.12 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ftp://ftp.tcl.tk/pub/tcl/mirror/ftp.procplace.com/sorted/packages-7.6/misc/tkcron-2.12/ \ http://ftp.sunet.se/pub/lang/tcl/sorted/packages-7.6/misc/tkcron-2.12/ \ http://ftp4.de.freesbie.org/pub/misc/x11/tcl/ftp.gmd.de/contrib/sorted/misc/tkcron-2.12/ \ - http://komquats.com/distfiles/ \ + http://cschubert.com/distfiles/ \ LOCAL/cy EXTRACT_SUFX= .tcl.gz MAINTAINER= cy@FreeBSD.org COMMENT= Frontend to crontab USES= tk:,run EXTRACT_CMD= ${GZIP_CMD} EXTRACT_BEFORE_ARGS= -cd EXTRACT_AFTER_ARGS= > tkcron.tcl NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= bin/tkcron post-patch: ${REINPLACE_CMD} -e 's|%%WISH%%|${WISH}|' ${WRKSRC}/tkcron.tcl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkcron.tcl ${STAGEDIR}${PREFIX}/bin/tkcron .include diff --git a/x11/xascii/Makefile b/x11/xascii/Makefile index 3e2bc0d87beb..e2479df64188 100644 --- a/x11/xascii/Makefile +++ b/x11/xascii/Makefile @@ -1,18 +1,18 @@ PORTNAME= xascii PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= x11 -MASTER_SITES= http://komquats.com/distfiles/ \ +MASTER_SITES= http://cschubert.com/distfiles/ \ LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= Display an ASCII table in decimal, octal, and hexadecimal USES= imake xorg USE_XORG= x11 xt xaw MAKE_ARGS= PREFIX=${PREFIX} NO_WRKSUBDIR= yes PLIST_FILES= bin/xascii share/man/man1/xascii.1.gz .include diff --git a/x11/xforward/Makefile b/x11/xforward/Makefile index 6aefc6920516..57b0089d7364 100644 --- a/x11/xforward/Makefile +++ b/x11/xforward/Makefile @@ -1,26 +1,26 @@ PORTNAME= xforward PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= x11 -MASTER_SITES= http://komquats.com/distfiles/ \ +MASTER_SITES= http://cschubert.com/distfiles/ \ LOCAL/cy DISTNAME= ${PORTNAME} MAINTAINER= cy@FreeBSD.org COMMENT= Provide user-level X forwarding service LICENSE_FILE= ${WRKSRC}/NOTICE LIB_DEPENDS= libpng.so:graphics/png \ libfontconfig.so:x11-fonts/fontconfig \ libexpat.so:textproc/expat2 \ libfreetype.so:print/freetype2 USES= motif xorg USE_XORG= x11 xt xaw xmu xt xext sm ice xft xau xcb xdmcp xrender MAKE_ARGS= PREFIX=${PREFIX} LOCALBASE=${LOCALBASE} NO_WRKSUBDIR= yes PLIST_FILES= bin/xforward share/man/man1/xforward.1.gz .include