use FETCH_MANUALLY

This commit is contained in:
naddy 2003-07-25 23:22:06 +00:00
parent 171977d6f6
commit 48795b49d5
3 changed files with 25 additions and 40 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/23 16:19:28 jakob Exp $
# $OpenBSD: Makefile,v 1.2 2003/07/25 23:22:06 naddy Exp $
COMMENT= "Darwin Streaming Server"
COMMENT-admin= "Darwin Streaming Server, Admin Interface"
@ -41,19 +41,14 @@ EXAMPLESDIR= ${PREFIX}/share/examples/dss
ADMINHTMLDIR= ${PREFIX}/share/dss/AdminHtml
DOCDIR= ${PREFIX}/share/doc/dss
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
echo "" ; \
echo " The source to this port may not be automatically fetched" ; \
echo " due to licensing restrictions. You MUST fetch the source" ; \
echo " from http://developer.apple.com/darwin/projects/streaming/ "; \
echo " manually."; \
echo "" ; \
echo " Once ${DISTFILES} has been downloaded, move it to"; \
echo " ${DISTDIR} and then restart this build." ; \
echo "" ; \
exit 1 ; \
fi
FETCH_MANUALLY= "The source to this port may not be automatically fetched" \
"due to licensing restrictions. You MUST fetch the source" \
"from http://developer.apple.com/darwin/projects/streaming/ " \
"manually." \
"" \
"Once ${DISTFILES} has been downloaded, move it to" \
"${DISTDIR} and then restart this build." \
""
post-patch:
@find ${WRKSRC} -type f | xargs perl -pi -e \

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2002/10/28 17:35:01 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2003/07/25 23:22:06 naddy Exp $
COMMENT= "scan C/C++ source code for security problems"
@ -23,20 +23,15 @@ WRKDIST= ${WRKDIR}/its4
NO_REGRESS= Yes
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
echo "" ; \
echo " The source to this port may not be automatically fetched" ; \
echo " due to licensing restrictions. You MUST fetch the source" ; \
echo " manually after reading and agreeing to the license at:" ; \
echo "" ; \
echo " http://www.cigital.com/its4/" ; \
echo "" ; \
echo " Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}" ; \
echo " and then restart this build." ; \
echo "" ; \
exit 1 ; \
fi
FETCH_MANUALLY= "The source to this port may not be automatically fetched" \
"due to licensing restrictions. You MUST fetch the source" \
"manually after reading and agreeing to the license at:" \
"" \
" http://www.cigital.com/its4/" \
"" \
"Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}" \
"and then restart this build." \
""
post-install:
@strip ${PREFIX}/bin/its4

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2002/10/28 17:35:02 naddy Exp $
# $OpenBSD: Makefile,v 1.30 2003/07/25 23:22:06 naddy Exp $
COMMENT= "SOCKS v5 application layer gateway and clients"
@ -34,16 +34,11 @@ WRKDIST= ${WRKDIR}/${DISTNAME}
NO_REGRESS= Yes
do-fetch:
@if [ ! -f ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ]; then \
echo ""; \
echo "NEC requires that you grab the dist files from their"; \
echo "web site at ${HOMEPAGE}."; \
echo "Please make sure you have ${DISTNAME}${EXTRACT_SUFX}"; \
echo "in ${DISTDIR} and run make again."; \
echo ""; \
exit 1;\
fi
FETCH_MANUALLY= "NEC requires that you grab the dist files from their" \
"web site at ${HOMEPAGE}." \
"Please make sure you have ${DISTNAME}${EXTRACT_SUFX}" \
"in ${DISTDIR} and run make again." \
""
post-build:
@if [ ! x"${INSTALL_RUNSOCKS}" = "x" ]; then \