- Reassignment of ECHO_MSG breaks 'make readme', so remove and reformat IGNORE.

- DOWNLOAD_URL has changed (redirects to updated DOWNLOAD_URL)
- Pet portlint

PR:		ports/163259
Submitted by:	jgh (me)
Approved by:	maintainer (timeout), crees (mentor)
This commit is contained in:
Jason Helfman 2011-12-30 17:22:43 +00:00
parent 57ae926411
commit d87fa9fc48
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288279

View File

@ -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>