diff options
author | gavan <gavan@pkgsrc.org> | 2003-10-02 09:50:26 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-10-02 09:50:26 +0000 |
commit | aaa9ecd9155a34e1349dfcc2a206f79afd36d25c (patch) | |
tree | c2d7457784101dca77fc84bd929e2b87adfb537c | |
parent | 11b615da65102d925b7308997f65ae331973f28d (diff) | |
download | pkgsrc-aaa9ecd9155a34e1349dfcc2a206f79afd36d25c.tar.gz |
Work around non-termination of the build when using Solaris sed.
-rw-r--r-- | security/avcheck/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/avcheck/Makefile b/security/avcheck/Makefile index 01d93e73915..6706627ba72 100644 --- a/security/avcheck/Makefile +++ b/security/avcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:52:51 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/10/02 09:50:26 gavan Exp $ DISTNAME= avcheck-0.9 CATEGORIES= security mail @@ -8,6 +8,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.corpit.ru/avcheck/ COMMENT= Mail content filter for SMTP servers +USE_GNU_TOOLS+= sed + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/avcheck ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/uchroot ${PREFIX}/bin |