- Kill DEINSTALL

- Bump PKGNAME

ok espie@
This commit is contained in:
alek 2004-11-26 09:57:12 +00:00
parent 6c6d6bb1a8
commit c1b48978f6
2 changed files with 2 additions and 23 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.19 2004/10/01 21:22:15 sturm Exp $
# $OpenBSD: Makefile,v 1.20 2004/11/26 09:57:12 alek Exp $
COMMENT= "GNU system administration tool for networks"
V= 2.1.10
DISTNAME= cfengine-2.1.10
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
HOMEPAGE= http://www.cfengine.org/

View File

@ -1,22 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.1 2004/06/17 11:21:43 sturm Exp $
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONFIG_DIR=/var/cfengine
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."
echo "+------------"
echo
fi
exit 0