diff options
author | grant <grant> | 2004-06-27 13:13:23 +0000 |
---|---|---|
committer | grant <grant> | 2004-06-27 13:13:23 +0000 |
commit | f7357be3f8a198c8282533658955e2d4583a3ffe (patch) | |
tree | 33d5f197cb5c9d46ac8919e49b06dce66ffdf389 /security/arirang/Makefile | |
parent | f50f1b89a619512ef3de455970cbeee9521350c8 (diff) | |
download | pkgsrc-f7357be3f8a198c8282533658955e2d4583a3ffe.tar.gz |
this blindly calls "gcc" so use buildlink3 so it uses the wrapper.
Diffstat (limited to 'security/arirang/Makefile')
-rw-r--r-- | security/arirang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile index 703412ebae2..9350fa1275b 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:52:51 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/06/27 13:13:23 grant Exp $ # DISTNAME= arirang-1.6 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://monkey.org/~pilot/arirang/ COMMENT= Powerful webserver security scanner +USE_BUILDLINK3= yes + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin ${INSTALL_DATA_DIR} ${PREFIX}/share/arirang/ |