diff options
Diffstat (limited to 'misc/amanda32-client/Makefile')
-rw-r--r-- | misc/amanda32-client/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile deleted file mode 100644 index 9de355565384..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= 0 - -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" |