Add @extra support;

Zap WWW while here.
This commit is contained in:
margarida 2003-11-02 20:16:35 +00:00
parent 2319437587
commit c36350ea9e
3 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/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 # devtodo de-installation
@ -8,7 +8,7 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local} PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_FILE=${SYSCONFDIR}/todorc CONFIG_FILE=${SYSCONFDIR}/todorc
if [ -f $CONFIG_FILE ]; then if [ "$PKG_DELETE_EXTRA" != Yes -a -f $CONFIG_FILE ]; then
echo echo
echo "+------------" echo "+------------"
echo "| To completely deinstall the $1 package you need to perform" echo "| To completely deinstall the $1 package you need to perform"

View File

@ -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 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 one of these commands to enter a directory, the todo will display any
outstanding items in that directory. outstanding items in that directory.
WWW: ${HOMEPAGE}

View File

@ -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/devtodo
bin/tda bin/tda
bin/tdd bin/tdd
@ -29,3 +29,5 @@ share/examples/devtodo/todo2pdf.xslt
share/examples/devtodo/todorc.example share/examples/devtodo/todorc.example
@dirrm share/examples/devtodo @dirrm share/examples/devtodo
@dirrm share/doc/devtodo @dirrm share/doc/devtodo
@cwd ${SYSCONFDIR}
@extra todorc