diff options
author | obache <obache@pkgsrc.org> | 2009-12-09 05:52:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-12-09 05:52:30 +0000 |
commit | c06a2048a19aee1deb2d0eed4e957bcca62afd62 (patch) | |
tree | 0a2f6cce18936baab2b919b84d04a79368df12c8 /security/openvas-server | |
parent | e901cab1899ded7deef4769277372d8a61670bff (diff) | |
download | pkgsrc-c06a2048a19aee1deb2d0eed4e957bcca62afd62.tar.gz |
* user-destdir ready
* should not to set SUBST_CLASSES, add instead to avoid overwrite.
* need to runtime dependency on gettext command, Bump PKGREVISION.
Diffstat (limited to 'security/openvas-server')
-rw-r--r-- | security/openvas-server/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/security/openvas-server/Makefile b/security/openvas-server/Makefile index b63a31305c8..4bc5f77ab1a 100644 --- a/security/openvas-server/Makefile +++ b/security/openvas-server/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2009/07/17 18:00:24 adrianp Exp $ +# $NetBSD: Makefile,v 1.3 2009/12/09 05:52:30 obache Exp $ # DISTNAME= openvas-server-2.0.0 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://wald.intevation.org/frs/download.php/550/ @@ -9,14 +10,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.openvas.org/ COMMENT= Server for the Open Vulnerability Assessment System +PKG_DESTDIR_SUPPORT= user-destdir + .include "options.mk" GNU_CONFIGURE= YES BUILD_DEFS+= VARBASE -USE_TOOLS+= pkg-config gettext +USE_TOOLS+= pkg-config gettext:run RCD_SCRIPTS= openvasd -SUBST_CLASSES= user +SUBST_CLASSES+= user SUBST_STAGE.user= post-patch SUBST_FILES.user= openvas-adduser.in openvas-mkcert-client.in SUBST_FILES.user+= openvas-mkcert.in openvas-rmuser.in |