mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
- fix plist when NOPORTDOCS is defined
- use SF macro - bump PORTREVISION Submitted by: maintainer (partially)
This commit is contained in:
parent
5a74feec49
commit
dae5035a85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212876
@ -7,10 +7,9 @@
|
||||
|
||||
PORTNAME= barnyard
|
||||
PORTVERSION= 0.2.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= barnyard
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= pauls@utdallas.edu
|
||||
COMMENT?= An output system for Snort
|
||||
|
@ -2,7 +2,7 @@ bin/barnyard
|
||||
@unexec if [ -f %D/etc/barnyard.conf ] && cmp -s %D/etc/barnyard.conf %D/etc/barnyard.conf-sample; then rm -f %D/etc/barnyard.conf; fi
|
||||
etc/barnyard.conf-sample
|
||||
@exec if [ ! -f %D/etc/barnyard.conf ] ; then cp -p %D/%F %B/barnyard.conf; fi
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/LICENSE.QPL
|
||||
%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.QPL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
Loading…
Reference in New Issue
Block a user