diff options
author | bouyer <bouyer@pkgsrc.org> | 2004-05-12 18:45:25 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2004-05-12 18:45:25 +0000 |
commit | 4606f924bd1e20fdc541e4a40b6bec2b0674e271 (patch) | |
tree | ffd691dfb26047fa4bb67be6f62016311db704f1 /sysutils/amanda-common/Makefile | |
parent | 620d5f0066158982cf9c778af79e1a7593ce982d (diff) | |
download | pkgsrc-4606f924bd1e20fdc541e4a40b6bec2b0674e271.tar.gz |
Update the amanda packages to 2.4.4p2. From Paul Shupak in pkg/24550,
with some additionnal fixes by me.
Diffstat (limited to 'sysutils/amanda-common/Makefile')
-rw-r--r-- | sysutils/amanda-common/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/amanda-common/Makefile b/sysutils/amanda-common/Makefile index 79e6e021cc8..be4496f17c5 100644 --- a/sysutils/amanda-common/Makefile +++ b/sysutils/amanda-common/Makefile @@ -1,15 +1,10 @@ -# $NetBSD: Makefile,v 1.28 2004/05/04 03:40:50 snj Exp $ +# $NetBSD: Makefile,v 1.29 2004/05/12 18:45:25 bouyer Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # -DISTNAME= amanda-2.4.2p2 -PKGNAME= amanda-common-2.4.2p2 +PKGNAME= amanda-common-${VERS} SVR4_PKGNAME= amaco -CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.cs.umd.edu/pub/amanda/ -MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.amanda.org/ COMMENT= Common libraries and binaries for Amanda USE_BUILDLINK3= YES |