diff options
author | obache <obache@pkgsrc.org> | 2009-12-09 05:18:43 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-09 05:18:43 +0000 |
commit | 206eb144886dfc02b5bea4b331612fff325863b1 (patch) | |
tree | 83a902e6e323471e49dd3451731129c3344c9972 /security | |
parent | 2c54834595d47e3b8ae91296ec359c460a51f375 (diff) | |
download | pkgsrc-206eb144886dfc02b5bea4b331612fff325863b1.tar.gz |
user-destdir ready.
Diffstat (limited to 'security')
-rw-r--r-- | security/openvas-client/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/openvas-client/Makefile b/security/openvas-client/Makefile index 53cdabc6f0e..634d2ef89a9 100644 --- a/security/openvas-client/Makefile +++ b/security/openvas-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2009/08/26 19:58:16 sno Exp $ +# $NetBSD: Makefile,v 1.4 2009/12/09 05:18:43 obache Exp $ # DISTNAME= openvas-client-2.0.1 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openvas.org/ COMMENT= Client for the Open Vulnerability Assessment System +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake pkg-config GNU_CONFIGURE= YES BUILD_DEFS+= VARBASE |