diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2011-12-30 17:22:43 +0000 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2011-12-30 17:22:43 +0000 |
commit | d87fa9fc483b2ab58104b3d487ddbc0164c29e39 (patch) | |
tree | 6fa6ec05c4da3051ff10f6a3c1ac93473c25af12 /sysutils | |
parent | 57ae92641171d35d7c3bfec0fdac3e1538fb8dc0 (diff) |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/be_agent/Makefile | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/sysutils/be_agent/Makefile b/sysutils/be_agent/Makefile index e120fa82394f..8be885d53e36 100644 --- a/sysutils/be_agent/Makefile +++ b/sysutils/be_agent/Makefile @@ -8,14 +8,14 @@ PORTNAME= be_agent PORTVERSION= 5.046 CATEGORIES= sysutils -MASTER_SITES= # +MASTER_SITES= # DISTNAME= nls_agnt_262592 EXTRACT_SUFX= .tar MAINTAINER= numbski@hksilver.net COMMENT= VERITAS Backup Exec (tm) UNIX Agent -DOWNLOAD_URL= http://seer.support.veritas.com/docs/262592.htm +DOWNLOAD_URL= http://www.symantec.com/business/support/index?page=content&id=TECH28248 USE_LINUX= yes NO_BUILD= yes @@ -30,15 +30,10 @@ PLIST_FILES= bin/agent.be \ pre-fetch: .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 +IGNORE= because of licensing restrictions, you must fetch the distribution\ +manually. Please access ${DOWNLOAD_URL}\ +Click "Download Now", and agree to the license agreement. Please place the\ +downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR} .endif do-install: @@ -51,4 +46,3 @@ post-install: @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> - |