- Replace DEINSTALL* with UNMESSAGE*

- Add WANTLIB marker
- Bump PKGNAME

ok Tom Schutter (MAINTAINER), pvalchev@
This commit is contained in:
alek 2004-11-29 09:53:46 +00:00
parent 27f2724233
commit 758848bb23
5 changed files with 7 additions and 41 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.25 2004/09/24 08:43:19 espie Exp $
# $OpenBSD: Makefile,v 1.26 2004/11/29 09:53:46 alek Exp $
COMMENT= "network-capable tape backup (client and tape server)"
COMMENT-client= "network-capable tape backup (client only)"
@ -7,7 +7,7 @@ DISTVERSION= 2.4.2p2
# 2.4.2p2 is problematical as a package name, because we have been
# marking OpenBSD package revisions with a "pX" suffix.
PKGVERSION= ${DISTVERSION:S/p/./}
PKGVERSION= ${DISTVERSION:S/p/./}p0
DISTNAME= amanda-${DISTVERSION}
@ -25,6 +25,7 @@ PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c m readline termcap
MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ \
${MASTER_SITE_SOURCEFORGE:=amanda/}

View File

@ -1,20 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL,v 1.4 2004/09/24 08:43:19 espie Exp $
#
# de-installation of amanda
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
CONF_DIR=${SYSCONFDIR}/amanda
if [ $# -ne 2 -o "$2" != "DEINSTALL" ]; then
echo "usage: $0 distname DEINSTALL" >&2
exit 1
fi
if grep -q -E ^amanda\|^amandaidx\|^amidxtape /etc/inetd.conf ; then
echo ""
echo "** Amanda should be removed from /etc/inetd.conf"
fi
exit 0

View File

@ -1,19 +0,0 @@
#!/bin/sh
# $OpenBSD: DEINSTALL-client,v 1.2 2004/09/24 08:43:19 espie Exp $
#
# de-installation of amanda
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
if [ $# -ne 2 -o "$2" != "DEINSTALL" ]; then
echo "usage: $0 distname DEINSTALL" >&2
exit 1
fi
if grep -q -E ^amanda\|^amandaidx\|^amidxtape /etc/inetd.conf ; then
echo ""
echo "** Amanda should be removed from /etc/inetd.conf"
fi
exit 0

View File

@ -0,0 +1,2 @@
Remove Amanda entries (amanda, amandaidx, amidxtape) from
/etc/inetd.conf.

View File

@ -0,0 +1,2 @@
Remove Amanda entries (amanda, amandaidx, amidxtape) from
/etc/inetd.conf.