diff options
author | gavan <gavan> | 2003-10-02 09:50:26 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-10-02 09:50:26 +0000 |
commit | 80ed59235589e8b9bc19d8700a65f345c1ba329d (patch) | |
tree | c2d7457784101dca77fc84bd929e2b87adfb537c /security | |
parent | abe129c06456c142461390a72042517a17ab1c50 (diff) | |
download | pkgsrc-80ed59235589e8b9bc19d8700a65f345c1ba329d.tar.gz |
Work around non-termination of the build when using Solaris sed.
Diffstat (limited to 'security')
-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 |