Index: head/x11/xdm/Makefile =================================================================== --- head/x11/xdm/Makefile (revision 513198) +++ head/x11/xdm/Makefile (revision 513199) @@ -1,51 +1,52 @@ # $FreeBSD$ PORTNAME= xdm PORTVERSION= 1.1.12 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= X.Org X display manager LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -XORG_CAT= app -USES= cpe libtool +USES= cpe libtool xorg xorg-cat:app USE_LDCONFIG= yes USE_XORG= x11 xau xaw xdmcp xext xinerama xmu xpm xrender xt CPE_PRODUCT= x_display_manager CPE_VENDOR= x CONFIGURE_ARGS+= --with-xdmconfigdir=${PREFIX}/etc/X11/xdm \ --with-xdmscriptdir=${PREFIX}/etc/X11/xdm \ --with-pixmapdir=${PREFIX}/share/pixmaps \ --with-authdir=/var/db/xdm CFFILES= GiveConsole TakeConsole Xaccess Xreset Xresources \ Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config OPTIONS_SUB= yes OPTIONS_DEFINE= XDMSHELL XFT OPTIONS_DEFAULT= XFT XDMSHELL_DESC= Install xdmshell XDMSHELL_CONFIGURE_ENABLE= xdmshell XFT_USE= xorg=xft XFT_CONFIGURE_WITH= xft INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e "s|@DESTDIR@||" ${WRKSRC}/Makefile.in post-install: .for f in ${CFFILES} @${MV} ${STAGEDIR}${PREFIX}/etc/X11/xdm/${f} ${STAGEDIR}${PREFIX}/etc/X11/xdm/${f}.sample .endfor @${MKDIR} ${STAGEDIR}/var/db/xdm .include Index: head/x11/xdm/pkg-plist =================================================================== --- head/x11/xdm/pkg-plist (revision 513198) +++ head/x11/xdm/pkg-plist (revision 513199) @@ -1,23 +1,22 @@ bin/xdm %%XDMSHELL%%bin/xdmshell @sample etc/X11/xdm/GiveConsole.sample @sample etc/X11/xdm/TakeConsole.sample @sample etc/X11/xdm/Xaccess.sample @sample etc/X11/xdm/Xreset.sample @sample etc/X11/xdm/Xresources.sample @sample etc/X11/xdm/Xservers.sample @sample etc/X11/xdm/Xsession.sample @sample etc/X11/xdm/Xsetup_0.sample @sample etc/X11/xdm/Xstartup.sample @sample etc/X11/xdm/Xwilling.sample @sample etc/X11/xdm/xdm-config.sample lib/X11/xdm/chooser lib/X11/xdm/libXdmGreet.so man/man8/xdm.8.gz %%XDMSHELL%%man/man8/xdmshell.8.gz share/X11/app-defaults/Chooser share/pixmaps/xorg-bw.xpm share/pixmaps/xorg.xpm @postunexec rm -rf /var/db/xdm/* 2>/dev/null || true @dir /var/db/xdm -@dir /var/db