diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-20 13:04:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-12-20 13:04:06 +0000 |
commit | 83221078573dfc1aea8eda2261ffeb9f4529c4bc (patch) | |
tree | 26edd165bdfa7c1d1f880d321b7ba743813a954f /security/saint | |
parent | 25c43856c70cf436f0e2a6e2e734dd32c08f3b37 (diff) | |
download | ports-83221078573dfc1aea8eda2261ffeb9f4529c4bc.tar.gz ports-83221078573dfc1aea8eda2261ffeb9f4529c4bc.zip |
Notes
Diffstat (limited to 'security/saint')
-rw-r--r-- | security/saint/Makefile | 8 |
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> |