From 83221078573dfc1aea8eda2261ffeb9f4529c4bc Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Fri, 20 Dec 2002 13:04:06 +0000 Subject: Give a warning regarding the fact that the source can't be fetched anymore. PR: ports/45509 Submitted by: Mark Linimon --- security/saint/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'security/saint') diff --git a/security/saint/Makefile b/security/saint/Makefile index e1de1503eabc..67fa409292c0 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -22,6 +22,12 @@ GNU_CONFIGURE= yes MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 " "RPCGEN=/usr/bin/rpcgen" INSTALL_TARGET= all +.include + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE= The source (${DISTFILES}is not available anymore. If you still have a copy, copy it to ${DISTDIR} and run make again. See http://www.wwdsi.com/products/download.html for more details regarding the next versions of Saint. +.endif + pre-install: ${MKDIR} ${PREFIX}/saint ${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile --exclude Makefile.in --exclude old --exclude config.cache --exclude config.log --exclude config.status --exclude configure --exclude configure.in --exclude install-sh --exclude saint.1 | \ @@ -34,4 +40,4 @@ do-install: post-install: ${RM} -rf ${PREFIX}/saint/include/ASM-i386 -.include +.include -- cgit v1.2.3