diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-26 21:01:31 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-26 21:01:31 +0000 |
commit | 2906b79068e234139080c74e44953d256a0e7c1f (patch) | |
tree | c734904831d65c22f0adfecdadaed6e2b23e0d5e | |
parent | Refine OSVERSION logic to inform the user about the kmod counterparts. (diff) |
Distfile must be fetched manually now.
PR: 110035
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=198337
-rw-r--r-- | sysutils/be_agent/Makefile | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/sysutils/be_agent/Makefile b/sysutils/be_agent/Makefile index 67506b98c3d6..a3787f51c985 100644 --- a/sysutils/be_agent/Makefile +++ b/sysutils/be_agent/Makefile @@ -8,16 +8,16 @@ PORTNAME= be_agent PORTVERSION= 5.046 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.support.veritas.com/pub/support/products/Backup_Exec_for_WindowsNT/ \ - http://www.numbski.net/downloads/ +MASTER_SITES= # DISTNAME= nls_agnt_262592 EXTRACT_SUFX= .tar MAINTAINER= numbski@hksilver.net COMMENT= VERITAS Backup Exec (tm) UNIX Agent -USE_LINUX= yes +DOWNLOAD_URL= http://seer.support.veritas.com/docs/262592.htm +USE_LINUX= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 NO_INSTALL_MANPAGES= yes @@ -26,6 +26,18 @@ USE_RC_SUBR= be-agent.sh PLIST_FILES= bin/agent.be \ etc/be-agent.cfg.sample +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +ECHO_MSG=/usr/bin/printf +IGNORE= :\n\ +Because of licensing restrictions, you must fetch the distribution\n\ +manually. Please access\n\ +\n\ + ${DOWNLOAD_URL}\n\ +\n\ +Click \"Download Now\"\, and agree to the license agreement. Please place\n\ +the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n +.endif + do-install: @${INSTALL_PROGRAM} ${WRKDIR}/common/agent.linux24 ${PREFIX}/bin/agent.be @${CAT} ${PKGMESSAGE} ${WRKDIR}/english/agent.cfg \ |