aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortmclaugh <tmclaugh@FreeBSD.org>2007-08-27 05:01:31 +0800
committertmclaugh <tmclaugh@FreeBSD.org>2007-08-27 05:01:31 +0800
commit7d2f490d6999e13e35a99bca44f85e77a9146e39 (patch)
tree9a07bd46b7ee980c44f564cfeccda02cf4bda973 /sysutils
parent0b1441d66e4b29b297987402a7eb46dfa6c66993 (diff)
downloadfreebsd-ports-gnome-7d2f490d6999e13e35a99bca44f85e77a9146e39.tar.gz
freebsd-ports-gnome-7d2f490d6999e13e35a99bca44f85e77a9146e39.tar.zst
freebsd-ports-gnome-7d2f490d6999e13e35a99bca44f85e77a9146e39.zip
Distfile must be fetched manually now.
PR: 110035 Submitted by: maintainer
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/be_agent/Makefile18
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 \