Index: head/graphics/jasper/Makefile =================================================================== --- head/graphics/jasper/Makefile (revision 422752) +++ head/graphics/jasper/Makefile (revision 422753) @@ -1,47 +1,47 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= jasper PORTVERSION= 1.900.1 PORTREVISION= 16 CATEGORIES= graphics MASTER_SITES= http://www.ece.uvic.ca/~mdadams/jasper/software/ \ ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/ -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Implementation of the codec specified in the JPEG-2000 standard LICENSE= MIT USES= zip libtool:keepla jpeg GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --enable-shared --enable-static USE_LDCONFIG= yes OPTIONS_DEFINE= OPENGL UUID DOCS OPTIONS_DEFAULT=UUID UUID_DESC= UUID support (required by GDAL) .include .if ${PORT_OPTIONS:MOPENGL} USE_XORG= x11 xmu xi xext USE_GL= glut CONFIGURE_ARGS+=--enable-opengl PLIST_SUB+= OPENGL="" .else CONFIGURE_ARGS+=--disable-opengl PLIST_SUB+= OPENGL="@comment " .endif .if ${PORT_OPTIONS:MUUID} EXTRA_PATCHES+= ${FILESDIR}/uuid.patch .endif post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ .include Index: head/www/smb_auth/Makefile =================================================================== --- head/www/smb_auth/Makefile (revision 422752) +++ head/www/smb_auth/Makefile (revision 422753) @@ -1,30 +1,30 @@ # Created by: Maxim Sobolev # $FreeBSD$ PORTNAME= smb_auth PORTVERSION= 0.05 PORTREVISION= 5 CATEGORIES= www MASTER_SITES= LOCAL/dinoex -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Proxy authentication module against an SMB server .if !defined(WITHOUT_REGISTER_SAMBA) RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:${SAMBA_PORT} .endif ALL_TARGET= smb_auth SAMBA_PORT?= net/samba36 OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/smb_auth ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_SCRIPT} ${WRKSRC}/smb_auth.sh ${STAGEDIR}${PREFIX}/bin/ do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/README ${STAGEDIR}${DOCSDIR}/ .include Index: head/www/tidy/Makefile =================================================================== --- head/www/tidy/Makefile (revision 422752) +++ head/www/tidy/Makefile (revision 422753) @@ -1,34 +1,34 @@ # Created by: Abel Chow # $FreeBSD$ PORTNAME= tidy4 PORTVERSION= 20000804 PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.w3.org/People/Raggett/ DISTNAME= tidy4aug00 -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fixes and tidies up HTML files LICENSE= BSD2CLAUSE LICENSE_FILE= ${FILESDIR}/COPYRIGHT USES= tar:tgz ALL_TARGET= tidy DOCFILES= Overview.html tidy.gif release-notes.html grid.gif OPTIONS_DEFINE= DOCS do-configure: ${REINPLACE_CMD} -e 's|tidy|tidy4|' ${WRKSRC}/man_page.txt do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tidy ${STAGEDIR}${PREFIX}/bin/tidy4 ${INSTALL_MAN} ${WRKSRC}/man_page.txt ${STAGEDIR}${PREFIX}/man/man1/tidy4.1 ${MKDIR} ${STAGEDIR}${DOCSDIR} .for docfile in ${DOCFILES} ${INSTALL_MAN} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}/ .endfor .include Index: head/x11-wm/fvwm/Makefile =================================================================== --- head/x11-wm/fvwm/Makefile (revision 422752) +++ head/x11-wm/fvwm/Makefile (revision 422753) @@ -1,28 +1,28 @@ # Created by: me # $FreeBSD$ PORTNAME= fvwm PORTVERSION= 1.24r PORTREVISION= 5 CATEGORIES= x11-wm MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-1/ PKGNAMESUFFIX= 1${PKGNAMESUFFIX2} -MAINTAINER= dinoex@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fvwm window manager USES= imake USE_XORG= xbitmaps xpm xext x11 xmu pre-configure: ${REINPLACE_CMD} -e '/DependSubdirs/y,/*#, ,' ${WRKSRC}/Imakefile ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/configure.h \ ${WRKSRC}/sample.fvwmrc/system.fvwmrc post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/include/X11/pixmaps ${INSTALL_DATA} ${WRKSRC}/fvwm_icons/*.xpm \ ${STAGEDIR}${PREFIX}/include/X11/pixmaps .include