Index: head/archivers/zip/Makefile =================================================================== --- head/archivers/zip/Makefile (revision 429536) +++ head/archivers/zip/Makefile (revision 429537) @@ -1,36 +1,36 @@ # Created by: Andrey Chernov # $FreeBSD$ PORTNAME= zip PORTVERSION= 3.0 PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SF/info${PORTNAME}/Zip%203.x%20%28latest%29/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@lerctr.org COMMENT= Create/update ZIP files compatible with PKZIP # License is BSD-based, but not identical, so intall with documentation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS MAKEFILE= unix/Makefile ALL_TARGET= generic PLIST_FILES= bin/zip bin/zipcloak bin/zipnote bin/zipsplit \ man/man1/zip.1.gz man/man1/zipcloak.1.gz \ man/man1/zipnote.1.gz man/man1/zipsplit.1.gz PORTDOCS= * do-install: .for p in ${PLIST_FILES:Mbin*:T} ${INSTALL_PROGRAM} ${WRKSRC}/${p} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/man/${p}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .endfor @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README* TODO WHATSNEW WHERE ${STAGEDIR}${DOCSDIR} .include Index: head/astro/xearth/Makefile =================================================================== --- head/astro/xearth/Makefile (revision 429536) +++ head/astro/xearth/Makefile (revision 429537) @@ -1,29 +1,29 @@ # Created by: Piero Serini # $FreeBSD$ PORTNAME= xearth PORTVERSION= 1.2 CATEGORIES= astro geography MASTER_SITES= LOCAL/madpilot/xearth -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@lerctr.org COMMENT= Set the root window to the image of earth USE_XORG= x11 xext sm ice xt USES= tar:xz PLIST_FILES= bin/xearth \ man/man1/xearth.1.gz \ lib/X11/xearth/freebsd.committers.markers \ lib/X11/xearth/freebsd.ftp.markers PLIST_DIRS= lib/X11/xearth do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xearth ${STAGEDIR}${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/xearth.man ${STAGEDIR}${MANPREFIX}/man/man1/xearth.1 @${MKDIR} ${STAGEDIR}${PREFIX}/lib/X11/xearth # Copy the list of FreeBSD sites & committers locations .for marker in freebsd.committers.markers freebsd.ftp.markers @${INSTALL_DATA} ${FILESDIR}/${marker} ${STAGEDIR}${PREFIX}/lib/X11/xearth .endfor .include Index: head/devel/t1lib/Makefile =================================================================== --- head/devel/t1lib/Makefile (revision 429536) +++ head/devel/t1lib/Makefile (revision 429537) @@ -1,43 +1,43 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= t1lib PORTVERSION= 5.1.2 PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= SUNSITE/libs/graphics/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@lerctr.org COMMENT= Type 1 font rasterization library for Unix/X11 LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/LGPL USES= cpe gmake libtool GNU_CONFIGURE= yes ALL_TARGET= without_doc USE_LDCONFIG= yes OPTIONS_DEFINE= X11 DOCS OPTIONS_DEFAULT= X11 OPTIONS_SUB= yes X11_USE= XORG=xaw X11_CONFIGURE_WITH= x # Build fails with: # gmake[2]: Entering directory '/wrkdirs/usr/ports/devel/t1lib/work/t1lib-5.1.2/lib' # gmake[2]: *** pselect jobs pipe: Bad file descriptor. Stop. # gmake[2]: *** Waiting for unfinished jobs.... MAKE_JOBS_UNSAFE= YES post-patch: @${REINPLACE_CMD} -e \ '/ALLSUBDIRS/s|$$(DOCSUBDIRS)||g' ${WRKSRC}/Makefile.in post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/t1lib_doc.pdf ${STAGEDIR}${DOCSDIR} .include Index: head/x11/xdialog/Makefile =================================================================== --- head/x11/xdialog/Makefile (revision 429536) +++ head/x11/xdialog/Makefile (revision 429537) @@ -1,42 +1,42 @@ # Created by: Ying-Chieh Liao # $FreeBSD$ PORTNAME= xdialog PORTVERSION= 2.3.1 PORTREVISION= 7 CATEGORIES= x11 MASTER_SITES= http://xdialog.free.fr/ DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ler@lerctr.org COMMENT= Drop in replacement for the "dialog" or "cdialog" programs LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= localbase tar:bzip2 USE_GNOME= gtk12 GNU_CONFIGURE= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|m4 lib src|m4 src|g ; \ s|-I../lib||g ; \ s|-L../lib -lgetopt||g ; \ s| install-docDATA||g' @${REINPLACE_CMD} -e 's,Xdialog\\-%%version%%,xdialog,' \ ${WRKSRC}/doc/Xdialog.man post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR}/samples ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/*.png ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/samples/* ${STAGEDIR}${DOCSDIR}/samples .include