freebsd-ports/security/bro/files/patch-Makefile.in
Edwin Groothuis 13b2aeec3d security/bro, port upgrade to version 1.2.1, take over maintainership
This is an upgrade of the security/bro port to the current
	stable version.  The port is very complex, so it needs to
	be tested carefully to make sure that I'm not screwing
	anything up or using wrong conventions. Also, I'm willing
	to take over maintainership of the port if it's accepted
	into the tree.

	Please note, there are several files that need to be removed
	from the port and quite a few that need to be added. All
	these files are in FILESDIR.  I have provided blank patches
	for the files that need to be removed, so the patches will
	create blank files.

Added IS_INTERACTIVE to the port
Left original freebsd header comments in it.
Next time please use one big patch-file instead of lots of little ones :-)

PR:		ports/114999
Submitted by:	Paul Schmehl <pauls@utdallas.edu>
2007-09-10 13:28:12 +00:00

36 lines
1.1 KiB
Text

--- Makefile.in.orig Thu Dec 14 11:59:51 2006
+++ Makefile.in Wed Jul 18 23:57:10 2007
@@ -206,7 +206,7 @@
# noticed.
#
DISTCHECK_CONFIGURE_FLAGS = --disable-gtk-doc
-versiondir = $(prefix)/etc
+versiondir = $(prefix)/bro/etc
dist_version_DATA = VERSION
chown = @CHOWN@
@@ -658,9 +658,9 @@
install-brolite:
$(MAKE) install
( cd scripts && $(MAKE) install-brolite )
- - @CHOWN@ -R `cat scripts/bro_user_id` ${prefix}/
+ - @CHOWN@ -R `cat scripts/bro_user_id` ${prefix}/bro
@echo "*********************************************************"
- @echo "Please run \"${prefix}/etc/bro.rc --start\" to start bro"
+ @echo "Please run \"${prefix}/bro/scripts/bro.rc --start\" to start bro"
@echo "*********************************************************"
docs:
@@ -687,9 +687,9 @@
# make sure all the dirs are correctly created and owned
install-data-local:
- $(INSTALL) -d $(prefix)/logs
- $(INSTALL) -d $(prefix)/archive
- $(INSTALL) -d $(prefix)/var
+ $(INSTALL) -d $(prefix)/bro/logs
+ $(INSTALL) -d $(prefix)/bro/archive
+ $(INSTALL) -d $(prefix)/bro/var
release:
./autogen.sh