summaryrefslogtreecommitdiff
path: root/misc/amanda25-client
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2002-08-10 04:35:28 +0000
commitf124555536ce4b815ff160312c094545c36ec440 (patch)
tree702199d3b5e34c9ba151483313d8c26565451c75 /misc/amanda25-client
parentAdd pd-0.35.23 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_6_2'.release/4.6.2
Diffstat (limited to 'misc/amanda25-client')
-rw-r--r--misc/amanda25-client/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile
deleted file mode 100644
index 16388333d255..000000000000
--- a/misc/amanda25-client/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# 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"