From 047e5c1b1c38aa7479b32b6420d35a98d0aa8359 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Thu, 23 May 2002 21:06:27 +0000 Subject: Revive amanda-client and amanda-server. These are not the old amanda, but rather the _current_ amanda. I mistakenly associated them with ports/misc/amanda. Please pass the pointy hat. Graciously brought to my attention by: jeh --- misc/amanda26-client/Makefile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 misc/amanda26-client/Makefile (limited to 'misc/amanda26-client') diff --git a/misc/amanda26-client/Makefile b/misc/amanda26-client/Makefile new file mode 100644 index 000000000000..16388333d255 --- /dev/null +++ b/misc/amanda26-client/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: amanda +# Date created: 28th Feb 1995 +# Whom: gpalmer +# +# $FreeBSD$ +# + +PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} +PORTREVISION= 0 + +MASTERDIR= ${.CURDIR}/../amanda-server +COMMENT= ${PKGDIR}/pkg-comment.client +PKGINSTALL= mustnotexist +PLIST= ${PKGDIR}/pkg-plist.client + +CLIENT_ONLY= yes + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3