diff --git a/misc/tkcron/Makefile b/misc/tkcron/Makefile index 09192cf83013..12fe5eeb5250 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://people.freebsd.org/~cy/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/net/netcat/Makefile b/net/netcat/Makefile index a9c772b57e9f..44f186ab850c 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,51 +1,51 @@ PORTNAME= netcat PORTVERSION= 1.10 PORTREVISION= 4 CATEGORIES= net -MASTER_SITES= https://people.freebsd.org/~cy/distfiles/ \ +MASTER_SITES= LOCAL/cy \ https://cschubert.com/distfiles/ DISTNAME= nc${PORTVERSION:S/.//} PATCH_SITES= ${MASTER_SITES} PATCHFILES= nc-v6-20000918.patch.gz PATCH_DIST_STRIP= -p1 MAINTAINER= cy@FreeBSD.org COMMENT= Simple utility which reads and writes data across network connections WWW= http://nc110.sourceforge.net/ USES= tar:tgz NO_WRKSUBDIR= yes CFLAGS+= -D${OPSYS:tu} -Wno-int-conversion LDFLAGS+= -static PORTDOCS= README PLIST_FILES= bin/netcat share/man/man1/netcat.1.gz OPTIONS_DEFINE= IPV6 TELNET GAPING DOCS OPTIONS_DEFAULT=TELNET GAPING TELNET_DESC= Enable TELNET support GAPING_DESC= Enable GAPING_SECURITY_HOLE support IPV6_CFLAGS= -DINET6 TELNET_CFLAGS= -DTELNET GAPING_CFLAGS= -DGAPING_SECURITY_HOLE post-patch: @${SED} -e 's|%%DOCSDIR%%|${DOCSDIR}|g' ${FILESDIR}/nc.1 \ > ${WRKDIR}/${PORTNAME}.1 do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} ${PORTNAME}.c -o ${PORTNAME} ${LDFLAGS} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1 do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include diff --git a/x11/xascii/Makefile b/x11/xascii/Makefile index 39e0701ee3e3..3e2bc0d87beb 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/ \ - http://people.freebsd.org/~cy/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 e9dc1efcb734..6aefc6920516 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/ \ - http://people.freebsd.org/~cy/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