mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Distfile must be fetched manually now.
PR: 110035 Submitted by: maintainer
This commit is contained in:
parent
df77b38ec1
commit
2906b79068
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198337
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user