summaryrefslogtreecommitdiff
path: root/sysutils/amanda-client
diff options
context:
space:
mode:
authorsbd <sbd>2012-07-05 06:57:44 +0000
committersbd <sbd>2012-07-05 06:57:44 +0000
commit6b5ec278bb739b05ca6cc03f8daabc69fdb6805c (patch)
treed26d5e3916eb2dc5bafdaf4c21256a838c387379 /sysutils/amanda-client
parent6940056f719d59eed79d99b703094486aedecd03 (diff)
downloadpkgsrc-6b5ec278bb739b05ca6cc03f8daabc69fdb6805c.tar.gz
Move the amanda-client option definitions to the common options.mk so
that 'PKG_OPTIONS.amanda' works properly.
Diffstat (limited to 'sysutils/amanda-client')
-rw-r--r--sysutils/amanda-client/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/sysutils/amanda-client/Makefile b/sysutils/amanda-client/Makefile
index decc32a5133..d4ceb6ad673 100644
--- a/sysutils/amanda-client/Makefile
+++ b/sysutils/amanda-client/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2012/05/21 04:27:09 sbd Exp $
+# $NetBSD: Makefile,v 1.50 2012/07/05 06:57:44 sbd Exp $
#
PKGNAME= amanda-client-${VERS}
@@ -12,11 +12,6 @@ PKG_DESTDIR_SUPPORT= destdir
GNU_CONFIGURE= yes
USE_TOOLS+= awk:run perl:run
-PKG_SUPPORTED_OPTIONS+= amanda-smb amanda-dump-snap
-
-PKG_OPTIONS_LEGACY_VARS+= AMANDA_SMB:amanda-smb
-PKG_OPTIONS_LEGACY_VARS+= AMANDA_DUMP_SNAP:amanda-dump-snap
-
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-common/Makefile.common"
.include "../../sysutils/amanda-common/buildlink3.mk"