diff options
author | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-02 17:35:13 +0000 |
---|---|---|
committer | Dejan Lesjak <lesi@FreeBSD.org> | 2007-07-02 17:35:13 +0000 |
commit | 7368641642290acc84bd8cdf40e82f367e9c4139 (patch) | |
tree | a294467710308af3615b3963529cf23ae60ccf60 /x11/xdm/Makefile | |
parent | 29e744bc1e93a59bfe6fc1ab3ece7295465c6622 (diff) | |
download | ports-7368641642290acc84bd8cdf40e82f367e9c4139.tar.gz ports-7368641642290acc84bd8cdf40e82f367e9c4139.zip |
Notes
Diffstat (limited to 'x11/xdm/Makefile')
-rw-r--r-- | x11/xdm/Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/x11/xdm/Makefile b/x11/xdm/Makefile index 0e1025f15999..67578d1a322a 100644 --- a/x11/xdm/Makefile +++ b/x11/xdm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xdm PORTVERSION= 1.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org @@ -15,7 +15,19 @@ COMMENT= X.Org X display manager XORG_CAT= app USE_XORG= xmu x11 xau xinerama xpm xdmcp xt xext xaw +MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} MAN1= xdm.1 +CFFILES= GiveConsole TakeConsole Xaccess Xreset Xresources \ + Xservers Xsession Xsetup_0 Xstartup Xwilling xdm-config + +post-patch: + ${REINPLACE_CMD} -e "s,XDMCONFIGDIR,${PREFIX}/lib/X11/xdm,g" ${WRKSRC}/config/Xreset.cpp ${WRKSRC}/config/Xstartup.cpp + +post-install: +.for f in ${CFFILES} + ${CP} -n ${EXAMPLESDIR}/$f ${PREFIX}/lib/X11/xdm/$f +.endfor + .include <bsd.port.mk> |