summaryrefslogtreecommitdiff
path: root/security/saint
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-12-20 13:04:06 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-12-20 13:04:06 +0000
commit83221078573dfc1aea8eda2261ffeb9f4529c4bc (patch)
tree26edd165bdfa7c1d1f880d321b7ba743813a954f /security/saint
parentUnbreak ftp/ftplocate (diff)
Give a warning regarding the fact that the source can't be fetched
anymore. PR: ports/45509 Submitted by: Mark Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=71736
Diffstat (limited to 'security/saint')
-rw-r--r--security/saint/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>