1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +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:
Ruslan Makhmatkhanov 2012-12-03 21:07:36 +00:00
parent 58adeeaf7d
commit f5731ed473
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=308173
2 changed files with 1 additions and 8 deletions

View File

@ -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>

View File

@ -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%%