Index: head/graphics/scr2png/Makefile =================================================================== --- head/graphics/scr2png/Makefile (revision 516742) +++ head/graphics/scr2png/Makefile (revision 516743) @@ -1,27 +1,27 @@ # Created by: nik # $FreeBSD$ PORTNAME= scr2png PORTVERSION= 1.2 PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= LOCAL/nik -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to PNG LICENSE= BSD2CLAUSE LIB_DEPENDS= libgd.so:graphics/gd NO_WRKSUBDIR= yes USES= uidfix MAKE_ARGS= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} PLIST_FILES= bin/scr2png man/man1/scr2png.1.gz pre-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's|||' ${WRKSRC}/scr2png.c .include Index: head/textproc/scr2txt/Makefile =================================================================== --- head/textproc/scr2txt/Makefile (revision 516742) +++ head/textproc/scr2txt/Makefile (revision 516743) @@ -1,19 +1,19 @@ # Created by: nik # $FreeBSD$ PORTNAME= scr2txt PORTVERSION= 1.2 CATEGORIES= textproc MASTER_SITES= LOCAL/nik -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to text NO_WRKSUBDIR= yes USES= uidfix MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} PLIST_FILES= bin/scr2txt \ man/man1/scr2txt.1.gz .include Index: head/x11/xorg-minimal/Makefile =================================================================== --- head/x11/xorg-minimal/Makefile (revision 516742) +++ head/x11/xorg-minimal/Makefile (revision 516743) @@ -1,31 +1,31 @@ # $FreeBSD$ PORTNAME= xorg PORTVERSION= 7.5.2 PORTREVISION= 2 CATEGORIES= x11 x11-servers PKGNAMESUFFIX= -minimal -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= x11@FreeBSD.org COMMENT= X.Org minimal distribution metaport USES= metaport .include VIDEO_DRIVER?= vesa RUN_DEPENDS+= ${LOCALBASE}/bin/Xorg:x11-servers/xorg-server \ ${LOCALBASE}/lib/xorg/modules/input/mouse_drv.so:x11-drivers/xf86-input-mouse \ ${LOCALBASE}/lib/xorg/modules/input/kbd_drv.so:x11-drivers/xf86-input-keyboard \ ${LOCALBASE}/bin/xinit:x11/xinit \ ${LOCALBASE}/bin/xauth:x11/xauth .if ${VIDEO_DRIVER} == "nvidia" RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/nvidia_drv.so:x11/nvidia-driver .elif ${VIDEO_DRIVER} == "intel" RUN_DEPENDS+= ${LOCALBASE}/lib/dri/i965_drv_video.so:multimedia/libva-intel-driver RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:x11-drivers/xf86-video-${VIDEO_DRIVER} .else RUN_DEPENDS+= ${LOCALBASE}/lib/xorg/modules/drivers/${VIDEO_DRIVER}_drv.so:x11-drivers/xf86-video-${VIDEO_DRIVER} .endif .include