diff --git a/x11/xdmchoose/pkg/DEINSTALL b/x11/xdmchoose/pkg/DEINSTALL index 910f9aa20b2..de12404989b 100644 --- a/x11/xdmchoose/pkg/DEINSTALL +++ b/x11/xdmchoose/pkg/DEINSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: DEINSTALL,v 1.1.1.1 2001/02/18 16:27:28 naddy Exp $ +# $OpenBSD: DEINSTALL,v 1.2 2003/08/22 13:21:12 naddy Exp $ # # De-installation setup of xdmchoose @@ -38,7 +38,7 @@ fi # case $2 in DEINSTALL) - if [ -f ${CONFIG_FILE} ]; then + if [ "$PKG_DELETE_EXTRA" != Yes -a -f ${CONFIG_FILE} ]; then do_notice "$1" fi ;; diff --git a/x11/xdmchoose/pkg/DESCR b/x11/xdmchoose/pkg/DESCR index d60b1e07798..d7707f18ec9 100644 --- a/x11/xdmchoose/pkg/DESCR +++ b/x11/xdmchoose/pkg/DESCR @@ -13,5 +13,3 @@ To get this to work, add/modify the following line in the xdm-config file: DisplayManager*chooser: ${PREFIX}/bin/xdmchooser - -WWW: ${HOMEPAGE} diff --git a/x11/xdmchoose/pkg/PLIST b/x11/xdmchoose/pkg/PLIST index bc5499d0b46..c5df808d040 100644 --- a/x11/xdmchoose/pkg/PLIST +++ b/x11/xdmchoose/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2003/05/12 20:11:29 naddy Exp $ +@comment $OpenBSD: PLIST,v 1.3 2003/08/22 13:21:12 naddy Exp $ bin/xdmchooser bin/xdmping man/man1/xdmchoose.1 @@ -9,3 +9,5 @@ share/xdmchoose/xdmchoose-plain.xpm share/xdmchoose/xdmchoose-tiled.xpm @dirrm share/xdmchoose @dirrm share/examples/xdmchoose +@cwd ${SYSCONFDIR} +@extra xdmchoose.conf