diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-04-10 20:42:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-04-10 20:42:56 +0000 |
commit | fd14a11569007f64f4dc5b24b24c7ea00cd9280f (patch) | |
tree | ef7796d0cff82afd315a14d7886a3eef1a073f75 /security/nessus-libnasl/Makefile | |
parent | f0ebd320712765755e767f12143dbb61d9b596a5 (diff) | |
download | ports-fd14a11569007f64f4dc5b24b24c7ea00cd9280f.tar.gz ports-fd14a11569007f64f4dc5b24b24c7ea00cd9280f.zip |
Adopt the standard nessus directory structure, reducing the number of
files in ${PREFIX}/etc/nessus. Move existing files to the right places.
Bump PORTREVISION. (Also do a little bit of work on pkg-plist).
Notes
Notes:
svn path=/head/; revision=106687
Diffstat (limited to 'security/nessus-libnasl/Makefile')
-rw-r--r-- | security/nessus-libnasl/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/security/nessus-libnasl/Makefile b/security/nessus-libnasl/Makefile index 4b6ed06445c9..05dcc347a231 100644 --- a/security/nessus-libnasl/Makefile +++ b/security/nessus-libnasl/Makefile @@ -7,7 +7,7 @@ PORTNAME= nessus-libnasl PORTVERSION= 2.0.10a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ftp://ftp.nessus.org/pub/nessus/nessus-${PORTVERSION}/src/ \ ftp://ftp.gwdg.de/pub/linux/misc/nessus/nessus-${PORTVERSION}/src/ \ @@ -27,9 +27,6 @@ WRKSRC= ${WRKDIR}/libnasl USE_BISON= YES USE_LIBTOOL_VER=13 -CONFIGURE_ARGS= --sharedstatedir=${PREFIX}/etc/nessus/com \ - --localstatedir=${PREFIX}/etc/nessus/var - INSTALLS_SHLIB= YES MAN1= nasl.1 nasl-config.1 |