ports/132698: [patch] Fix sysutils/be_agent distfile detection
Andrej Zverev
andrey.zverev at electro-com.ru
Mon Mar 16 14:40:04 UTC 2009
>Number: 132698
>Category: ports
>Synopsis: [patch] Fix sysutils/be_agent distfile detection
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Mar 16 14:40:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Andrej Zverev
>Release:
>Organization:
>Environment:
>Description:
Due nature of make not all variables exists on
stage of check distfile and check always fail.
>How-To-Repeat:
>Fix:
--- be_agent.diff begins here ---
Index: be_agent/Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/be_agent/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- be_agent/Makefile 26 Aug 2007 21:01:31 -0000 1.5
+++ be_agent/Makefile 16 Mar 2009 13:49:25 -0000
@@ -26,13 +26,13 @@
PLIST_FILES= bin/agent.be \
etc/be-agent.cfg.sample
+.include <bsd.port.pre.mk>
+
.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\
+manually.\n\n Please access ${DOWNLOAD_URL}\n\
\n\
Click \"Download Now\"\, and agree to the license agreement. Please place\n\
the downloaded ${DISTNAME}${EXTRACT_SUFX} in ${DISTDIR}.\n
@@ -47,4 +47,4 @@
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
--- be_agent.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list