ports/net-mgmt/nitpicker/files/patch-ae
Michael Reifenberger 71225ba5ab Unbreak nitpicker which user mkdirhier for installing the programs.
Replace `mkdirhier` with `mkdir -p`.
Include ports/56723 which avoids the fragile install targets
by using ${INSTALL_PROGRAMM}.
Install parse_flowfile.

PR:		ports/56723
Submitted by:	Simon Barner <barner@in.tum.de>
Approved by:	kris
2003-09-23 08:17:36 +00:00

9 lines
215 B
Text

--- Makefile.orig Fri May 23 10:48:47 2003
+++ Makefile Tue Sep 23 10:02:57 2003
@@ -18,6 +18,2 @@
install:
- @cd tools/dumpit; make install;
-# @cd tools/parse_flowfile; make install;
- @cd src; make install;
-