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 | f4064a6a5326bb7f4a32f9c4bd00e31efc85f450 (patch) | |
tree | c2d7457784101dca77fc84bd929e2b87adfb537c /security/avcheck | |
parent | db8347189331e5dce0c31865b9b1c1fe59ef9b0d (diff) | |
download | pkgsrc-f4064a6a5326bb7f4a32f9c4bd00e31efc85f450.tar.gz |
Work around non-termination of the build when using Solaris sed.
Diffstat (limited to 'security/avcheck')
-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 |