diff --git a/productivity/devtodo/pkg/DEINSTALL b/productivity/devtodo/pkg/DEINSTALL index 5a2e272c4c5..6edc284f224 100644 --- a/productivity/devtodo/pkg/DEINSTALL +++ b/productivity/devtodo/pkg/DEINSTALL @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: DEINSTALL,v 1.2 2002/12/01 19:18:22 margarida Exp $ +# $OpenBSD: DEINSTALL,v 1.3 2003/11/02 20:16:35 margarida Exp $ # # devtodo de-installation @@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin PREFIX=${PKG_PREFIX:-/usr/local} CONFIG_FILE=${SYSCONFDIR}/todorc -if [ -f $CONFIG_FILE ]; then +if [ "$PKG_DELETE_EXTRA" != Yes -a -f $CONFIG_FILE ]; then echo echo "+------------" echo "| To completely deinstall the $1 package you need to perform" diff --git a/productivity/devtodo/pkg/DESCR b/productivity/devtodo/pkg/DESCR index 15797517a63..36d2263ca7a 100644 --- a/productivity/devtodo/pkg/DESCR +++ b/productivity/devtodo/pkg/DESCR @@ -5,5 +5,3 @@ The program itself is assisted by a few shell scripts that override default builtins. Specifically, cd, pushd and popd are overridden so that when using one of these commands to enter a directory, the todo will display any outstanding items in that directory. - -WWW: ${HOMEPAGE} diff --git a/productivity/devtodo/pkg/PLIST b/productivity/devtodo/pkg/PLIST index 407912e7dd9..e9ce77a9c1f 100644 --- a/productivity/devtodo/pkg/PLIST +++ b/productivity/devtodo/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.2 2002/12/23 04:57:47 margarida Exp $ +@comment $OpenBSD: PLIST,v 1.3 2003/11/02 20:16:35 margarida Exp $ bin/devtodo bin/tda bin/tdd @@ -29,3 +29,5 @@ share/examples/devtodo/todo2pdf.xslt share/examples/devtodo/todorc.example @dirrm share/examples/devtodo @dirrm share/doc/devtodo +@cwd ${SYSCONFDIR} +@extra todorc