mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- revert PORTDOCS change from r308105 - it made this port not DOCS-safe
Reported by: sunpoet Feature safe: yes
This commit is contained in:
parent
58adeeaf7d
commit
f5731ed473
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308173
@ -44,6 +44,7 @@ SUB_FILES= pkg-message
|
||||
|
||||
PORTDOCS1= README RELEASE.NOTES
|
||||
PORTDOCS2= INSTALL README.aruba README.database README.sguil README.snortsam
|
||||
PORTDOCS= ${PORTDOCS1} ${PORTDOCS2}
|
||||
PORTEXAMPLES= SCHEMA_ACCESS create_db2 create_mssql create_mysql create_oracle.sql create_postgresql
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
@ -2,11 +2,3 @@ bin/barnyard2
|
||||
@unexec if cmp -s %D/etc/barnyard2.conf %D/etc/barnyard2.conf.sample; then rm -f %D/etc/barnyard2.conf; fi
|
||||
etc/barnyard2.conf.sample
|
||||
@exec [ -f %B/barnyard2.conf ] || cp -p %B/%f %B/barnyard2.conf
|
||||
%%DOCSDIR%%/INSTALL
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/README.aruba
|
||||
%%DOCSDIR%%/README.database
|
||||
%%DOCSDIR%%/README.sguil
|
||||
%%DOCSDIR%%/README.snortsam
|
||||
%%DOCSDIR%%/RELEASE.NOTES
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user