aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda32-client/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2004-05-15 15:49:17 +0000
commit6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa (patch)
treefb8d61358190cc429db453d54fb9920ccfde716f /misc/amanda32-client/Makefile
parentea16706c62b542adc8f3b887256bf215bf914db6 (diff)
downloadports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.tar.gz
ports-6f316ce2e89f972a4f22e1b97e1dda5e9d58cefa.zip
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_10_0'.release/4.10.0
Notes
Notes: svn path=/head/; revision=109221 svn path=/tags/RELEASE_4_10_0/; revision=109222; tag=release/4.10.0
Diffstat (limited to 'misc/amanda32-client/Makefile')
-rw-r--r--misc/amanda32-client/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile
deleted file mode 100644
index 6af1cc3c3b1f..000000000000
--- a/misc/amanda32-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= 3
-
-MASTERDIR= ${.CURDIR}/../amanda-server
-COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client)
-PKGINSTALL= mustnotexist
-PLIST= ${PKGDIR}/pkg-plist.client
-
-CLIENT_ONLY= yes
-
-.include "${MASTERDIR}/Makefile"