- Remove DEINSTALL

- Bump PKGNAME

ok espie@
This commit is contained in:
alek 2004-11-26 09:58:47 +00:00
parent c1b48978f6
commit 2d5884a70c
2 changed files with 2 additions and 23 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2004/08/04 14:51:31 naddy Exp $
# $OpenBSD: Makefile,v 1.3 2004/11/26 09:58:47 alek Exp $
COMMENT= "remote administration software"
DISTNAME= radmind-1.3.0
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
HOMEPAGE= http://rsug.itd.umich.edu/software/radmind/

View File

@ -1,22 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1.1.1 2004/06/26 19:00:48 sturm Exp $
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=/var/radmind
if [ "$PKG_DELETE_EXTRA" != Yes -a -d $CONFIG_DIR ]; then
echo
echo "+------------"
echo "| To completely deinstall the $1 package you need to perform"
echo "| this step as root:"
echo "|"
echo "| rm -rf $CONFIG_DIR"
echo "|"
echo "| Do not do this if you plan on re-installing $1"
echo "| at some future time."
echo "+------------"
echo
fi
exit 0