diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-23 19:19:49 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-05-23 19:19:49 +0000 |
commit | b7280bf91d76ef501ccdfec21c94523d6c0eaf93 (patch) | |
tree | aa428ed290fa47505a76cdf149c08afe08330b0c /misc/amanda-client | |
parent | 98c7d14ebbe9945f9d84df1ff004d4b27fbb1c38 (diff) | |
download | ports-b7280bf91d76ef501ccdfec21c94523d6c0eaf93.tar.gz ports-b7280bf91d76ef501ccdfec21c94523d6c0eaf93.zip |
Remove old amanda ports. They are no longer supported or maintained.
Notes
Notes:
svn path=/head/; revision=59821
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile deleted file mode 100644 index 16388333d255..000000000000 --- a/misc/amanda-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" |