diff --git a/net/nc/Makefile b/net/nc/Makefile index d148ef12e04a..4b390e8caf2c 100644 --- a/net/nc/Makefile +++ b/net/nc/Makefile @@ -1,18 +1,18 @@ # Created by: Mark Pulford PORTNAME= nc PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SUNSITE/utils/file DISTNAME= ncat-${PORTVERSION} -MAINTAINER= lx@redundancy.redundancy.org +MAINTAINER= ports@FreeBSD.org COMMENT= Network aware cat GNU_CONFIGURE= yes PLIST_FILES= bin/ncat \ man/man1/ncat.1.gz .include diff --git a/sysutils/ucspi-ipc/Makefile b/sysutils/ucspi-ipc/Makefile index 104ebffc166d..80bd8a39c319 100644 --- a/sysutils/ucspi-ipc/Makefile +++ b/sysutils/ucspi-ipc/Makefile @@ -1,41 +1,41 @@ # Created by: David Thiel PORTNAME= ucspi-ipc PORTVERSION= 0.67 CATEGORIES= sysutils MASTER_SITES= http://www.superscript.com/ucspi-ipc/ -MAINTAINER= lx@redundancy.redundancy.org +MAINTAINER= ports@FreeBSD.org COMMENT= UCSPI tools for building local-domain client-server applications USES= perl5 DISABLE_SIZE= yes DOCS= CHANGES WRKSRC= ${WRKDIR}/host/superscript.com/net/${DISTNAME} OPTIONS_DEFINE= DOCS do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-ld do-build: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} package/compile do-install: .for x in ipccat ipcconnect ipcdo ipcrun ${INSTALL_SCRIPT} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin .endfor .for x in ipcclient ipccommand ipcconnect-io ipcexec ipcexec-config \ ipcexecrules ipcexecrulescheck ipcperl ipcrules ipcrulescheck ipcserver ${INSTALL_PROGRAM} ${WRKSRC}/command/${x} ${STAGEDIR}${PREFIX}/bin .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/src && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include