Skip to content

Commit

Permalink
security/cvechecker: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 21, 2024
1 parent b5b674a commit 09edbf0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion security/cvechecker/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cvechecker
DISTVERSIONPREFIX= v
DISTVERSION= 3.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security

MAINTAINER= se@FreeBSD.org
Expand All @@ -23,6 +23,7 @@ USES= autoreconf pkgconfig shebangfix
SHEBANG_FILES= scripts/cverules scripts/cvegenversdat

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --localstatedir=/var/db

bash_OLD_CMD+= /bin/sh
Expand Down
10 changes: 5 additions & 5 deletions security/cvechecker/pkg-plist
Expand Up @@ -4,18 +4,18 @@ bin/cvereport
bin/cverules
bin/pullcves
@sample %%ETCDIR%%.conf.sample
man/man1/cvechecker.1.gz
man/man1/cvegenversdat.1.gz
man/man1/cvereport.1.gz
man/man1/cverules.1.gz
man/man1/pullcves.1.gz
%%DATADIR%%/csv2xml.awk
%%DATADIR%%/cvereport.xsl
%%DATADIR%%/mysql_cvechecker.sql
%%DATADIR%%/nvdcve2simple.xsl
%%DATADIR%%/report.css
%%PORTDOCS%%%%DOCSDIR%%/acknowledgements.xml
%%PORTDOCS%%%%DOCSDIR%%/userguide.xml
share/man/man1/cvechecker.1.gz
share/man/man1/cvegenversdat.1.gz
share/man/man1/cvereport.1.gz
share/man/man1/cverules.1.gz
share/man/man1/pullcves.1.gz
@dir /var/db/cvechecker/cache
@dir /var/db/cvechecker/local
@dir /var/db/cvechecker

0 comments on commit 09edbf0

Please sign in to comment.